-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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: Change numeric_only default to False in remaining groupby methods #49951
DEPR: Change numeric_only default to False in remaining groupby methods #49951
Conversation
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.
LGTM merge when ready @jbrockmendel
mgr = mgr.get_numeric_data() | ||
|
||
res_mgr = mgr.grouped_reduce(blk_func, ignore_failures=False) | ||
res_mgr = mgr.grouped_reduce(blk_func) | ||
|
||
if not is_ser and len(res_mgr.items) != orig_mgr_len: |
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.
im pretty sure L3780-L3790 should be unnecesary now
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.
OK for follow-up. lets merge this sucker
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.
It will never end, will it? 😆 I'll put up a followup shortly.
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.
ive got an "assorted cleanups" branch, will do it there
thanks @rhshadrach, exciting to see this go! dont forget to update #30228 |
Done. |
There are checkboxes for 40238 and 47561 that i'd expect to be checked off. am i being too hopeful here? |
Nope - those are done as well. Thanks. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.