Skip to content

TST: added test for handling repeated keys when using Series.loc with Multiindex #47594

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 1 commit into from
Jul 5, 2022

Conversation

johnmantios
Copy link
Contributor

Added test for handling repeated keys when using Series.loc with Multiindex.
Tests and linter pass locally.

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite MultiIndex labels Jul 5, 2022
@mroeschke mroeschke added this to the 1.5 milestone Jul 5, 2022
@mroeschke mroeschke merged commit 319964a into pandas-dev:main Jul 5, 2022
@mroeschke
Copy link
Member

Thanks @johnmantios

yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MultiIndex Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Series.loc with MultiIndex does not handle repeated keys properly
2 participants