-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasGroupbyMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolateTransformationse.g. cumsum, diff, ranke.g. cumsum, diff, rank
Milestone
Description
Ref: #53496 (comment)
With the method
keyword already deprecated, groupby.fillna
provides no benefit over Series.fillna
and DataFrame.fillna
and is significantly less performant.
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasGroupbyMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolateTransformationse.g. cumsum, diff, ranke.g. cumsum, diff, rank