DEPR: groupby.fillna #55718
Labels
Deprecate
Functionality to remove in pandas
Groupby
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Transformations
e.g. cumsum, diff, rank
Milestone
Ref: #53496 (comment)
With the
method
keyword already deprecated,groupby.fillna
provides no benefit overSeries.fillna
andDataFrame.fillna
and is significantly less performant.The text was updated successfully, but these errors were encountered: