-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Add clarification to groupby docs regarding hashes and equality #57648
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
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 for the PR!
pandas/core/shared_docs.py
Outdated
@@ -174,6 +174,12 @@ | |||
|
|||
Notes | |||
----- | |||
The implementation of groupby is hash-based, meaning in particular that |
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.
Can you move this below the other note? I think the link to the user guide should be the most prominent. It's not a big deal right now, but would be if this section gets expanded more on in the future.
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 for the review! Will do.
@gabuzi do you have time to address the comments from the review? |
Yes, thanks for the ping. |
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
Thanks @gabuzi! |
closes #57526