DEPR: fillna 'method' #53394
Labels
Deprecate
Functionality to remove in pandas
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
Seems like
obj.fillna(method="ffill")
is redundant withobj.ffill()
. If that is accurate, we should deprecate the method keyword in fillna.The text was updated successfully, but these errors were encountered: