-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: multiindex slice 1.1.0rc0 #35351
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
Labels
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
What's the output for 1.0.5? |
for pandas<=1.0.x, the results would look like (as expected):
|
The output was good in 1.0.1, bisecting now. |
#33691 appears to be the cause of the regression, labelled 1.1 73fd8a7 is the first bad commit
|
slight refactor of OP to clearly show the issue.
expected
|
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
MultiIndex
Regression
Functionality that used to work in a prior pandas version
mulitindex slicing returns different (from pandas<=1.0.x) results in pandas 1.1.0rc0
df
Result
The text was updated successfully, but these errors were encountered: