-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: Groupby._get_cythonized_result operate blockwise in axis==1 case #43435
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
jbrockmendel
commented
Sep 7, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
pandas/core/groupby/groupby.py
Outdated
error_msg = str(err) | ||
raise TypeError(error_msg) | ||
# We should never get here | ||
raise TypeError("All columns were dropped in grouped_reduce") |
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.
luckily we'll be able to get rid of L3028-L3047 once the deprecation is enforced
needs a rebase, b ut i think you have changed a bunch of this code |
rebased + green |
is this a bug fix? or just perf on a case? |
Neither, just going from 2 paths to 1 path. |