Skip to content

DEPR: GroupBy.fillna positional arguments #48395

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

Closed
rhshadrach opened this issue Sep 5, 2022 · 2 comments · Fixed by #55719
Closed

DEPR: GroupBy.fillna positional arguments #48395

rhshadrach opened this issue Sep 5, 2022 · 2 comments · Fixed by #55719
Assignees
Labels
API - Consistency Internal Consistency of API/Behavior Deprecate Functionality to remove in pandas Groupby

Comments

@rhshadrach
Copy link
Member

All positional arguments to Series.fillna are deprecated except for value and must be keyword only in the future. The corresponding change should be made to SeriesGroupBy and DataFrameGroupBy implementations of fillna (and perhaps on other objects as well).

@rhshadrach rhshadrach added Groupby Deprecate Functionality to remove in pandas API - Consistency Internal Consistency of API/Behavior labels Sep 5, 2022
@rhshadrach rhshadrach added this to the Contributions Welcome milestone Sep 5, 2022
@jbrockmendel
Copy link
Member

+1

@ambujpawar
Copy link
Contributor

take

@mroeschke mroeschke removed this from the Contributions Welcome milestone Oct 13, 2022
@rhshadrach rhshadrach mentioned this issue Oct 27, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API - Consistency Internal Consistency of API/Behavior Deprecate Functionality to remove in pandas Groupby
Projects
None yet
4 participants