-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: Enforce deprecation of groupby(..., axis=1) #57186
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
Conversation
doc/source/whatsnew/v3.0.0.rst
Outdated
@@ -102,8 +102,10 @@ Deprecations | |||
Removal of prior version deprecations/changes | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
- Removed :meth:`DataFrameGroupby.fillna` and :meth:`SeriesGroupBy.fillna` (:issue:`55719`) | |||
- Removed ``axis`` argument from :meth:`DataFrame.groupby` and :meth:`Series.groupby` (:issue:`51203`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you mention rolling and resample too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done.
# We have multi-block tests | ||
# e.g. test_rank_min_int, test_cython_transform_frame | ||
# test_transform_numeric_ret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment can be fully removed now, but wanted to make sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so too. Can be done in a follow up
# Conflicts: # doc/source/whatsnew/v3.0.0.rst # pandas/core/groupby/generic.py
Thanks @rhshadrach |
* DEPR: Enforce deprecation of groupby(..., axis=1) * More removals and cleanups * whatsnew
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Enforcing #51203