Skip to content
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

TST: Add test for regression in groupby with tuples yielding MultiIndex #58630

Merged
merged 7 commits into from May 8, 2024

Conversation

jasonmokk
Copy link
Contributor

@jasonmokk jasonmokk commented May 8, 2024

@jasonmokk jasonmokk changed the title TST: Add test for groupby on tuple keys to handle MultiIndex correctly TST: Add test for regression in groupby with tuple keys yielding MultiIndex May 8, 2024
@jasonmokk jasonmokk changed the title TST: Add test for regression in groupby with tuple keys yielding MultiIndex TST: Add test for regression in groupby with tuples yielding MultiIndex May 8, 2024
@jasonmokk jasonmokk marked this pull request as ready for review May 8, 2024 06:57
@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label May 8, 2024
@jasonmokk jasonmokk requested a review from mroeschke May 8, 2024 17:53
@mroeschke mroeschke added this to the 3.0 milestone May 8, 2024
@mroeschke mroeschke merged commit 724ad29 into pandas-dev:main May 8, 2024
47 checks passed
@mroeschke
Copy link
Member

Thanks @jasonmokk

@jasonmokk jasonmokk deleted the test-groupby-tuple-multiindex branch May 8, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Groupby on a column with tuples creates a multiindex, yielding unexpected behaviour.
2 participants