Skip to content

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

Merged
merged 3 commits into from
Mar 6, 2024

Conversation

gabuzi
Copy link
Contributor

@gabuzi gabuzi commented Feb 27, 2024

closes #57526

Copy link
Member

@rhshadrach rhshadrach left a 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!

@@ -174,6 +174,12 @@

Notes
-----
The implementation of groupby is hash-based, meaning in particular that
Copy link
Member

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.

Copy link
Contributor Author

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.

@datapythonista
Copy link
Member

@gabuzi do you have time to address the comments from the review?

@gabuzi
Copy link
Contributor Author

gabuzi commented Mar 6, 2024

@gabuzi do you have time to address the comments from the review?

Yes, thanks for the ping.

Copy link
Member

@rhshadrach rhshadrach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rhshadrach rhshadrach added this to the 3.0 milestone Mar 6, 2024
@rhshadrach rhshadrach merged commit 038976e into pandas-dev:main Mar 6, 2024
@rhshadrach
Copy link
Member

Thanks @gabuzi!

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Clarify how groupby forms groups for mixed-value columns
4 participants