DEPR: inplace in DataFrameGroupBy.fillna and SeriesGroupBy.fillna #48792
Labels
Deprecate
Functionality to remove in pandas
Groupby
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Specifying
inplace
returns an empty frame or a Series with allNone
values, and neither modifies the original input. Instead of fixing this, I think we should deprecate theinplace
argument of these methods.The text was updated successfully, but these errors were encountered: