Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPR: groupby.fillna #55718

Closed
rhshadrach opened this issue Oct 27, 2023 · 0 comments · Fixed by #55719
Closed

DEPR: groupby.fillna #55718

rhshadrach opened this issue Oct 27, 2023 · 0 comments · Fixed by #55719
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

Comments

@rhshadrach
Copy link
Member

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.

@rhshadrach rhshadrach added Groupby Deprecate Functionality to remove in pandas Transformations e.g. cumsum, diff, rank labels Oct 27, 2023
@rhshadrach rhshadrach added this to the 2.2 milestone Oct 27, 2023
@rhshadrach rhshadrach mentioned this issue Oct 27, 2023
7 tasks
@rhshadrach rhshadrach added the Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant