-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BUG: groupby.transform/agg with engine='numba' and a MultiIndex #47057
Conversation
"More than 1 grouping labels are not supported with engine='numba'" | ||
) | ||
# GH 46867 | ||
index_data = data.index |
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 find it weird we support a MI at all.
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.
Same, but according to the issue this was (unintentionally) supported is 1.2 apparently
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.
let's consider deprecating this though
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 on green
This comment was marked as resolved.
This comment was marked as resolved.
…as-dev#47057) Co-authored-by: Jeff Reback <jeff@reback.net> (cherry picked from commit c4027ad)
…as-dev#47057) Co-authored-by: Jeff Reback <jeff@reback.net>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.