Seems like `obj.fillna(method="ffill")` is redundant with `obj.ffill()`. If that is accurate, we should deprecate the method keyword in fillna.