-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
TYP: groupby, sorting #46133
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
TYP: groupby, sorting #46133
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
@@ -223,7 +223,9 @@ def is_int64_overflow_possible(shape) -> bool: | |||
return the_prod >= lib.i8max | |||
|
|||
|
|||
def decons_group_index(comp_labels, shape): | |||
def _decons_group_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.
Just curious on the rename here - why specifically make this one lead with an underscore?
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.
this is the only thing that stood out to me as being privatize-able
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.
failures look related
can you rebase |
Rebased + green |
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
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.