Skip to content

BUG: Series.__getitem__ with MultiIndex and leading integer level #33404

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 5 commits into from
Apr 10, 2020

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel added Bug Indexing Related to indexing on series/frames, not to indexes themselves labels Apr 8, 2020
@jreback
Copy link
Contributor

jreback commented Apr 8, 2020

looks good, does your patch also fix these cases by @jorisvandenbossche #33355 (comment)?

@jreback jreback added this to the 1.1 milestone Apr 8, 2020
@jbrockmendel
Copy link
Member Author

does your patch also fix these cases

one of them, am about to push a commit with a test. the list-like cases no

@jbrockmendel
Copy link
Member Author

Follow-up coming up that fixes the listlike MultiIndex case as well as a related IntervalIndex bug

@jreback
Copy link
Contributor

jreback commented Apr 10, 2020

thanks

@jbrockmendel jbrockmendel deleted the mi-fallback branch April 10, 2020 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG/API: should MultiIndex with leading integer level fallback to positional?
2 participants