-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
AssertionError in multidimensional indexing of a Series #35527
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
Comments
f1fe031 is the first bad commit
pandas/core/arrays/datetimelike.py | 31 +++++++++++-------------------- |
AssertionError is clearly wrong, but it isnt obvious to me that IndexingError is correct. The code path this goes through includes
which suggests that we should be treating the |
moved off 1.1.2 milestone (scheduled for this week) as no PRs to fix in the pipeline |
moved off 1.1.3 milestone (overdue) as no PRs to fix in the pipeline |
moved off 1.1.4 milestone (scheduled for release tomorrow) as no PRs to fix in the pipeline |
In pandas 1.0.5, indexing a Series with a multidimensional key raised an IndexError. In 1.1.0 it raises a TypeError:
We should continue to raise an IndexError here.
Reported in matplotlib/matplotlib#18158.
The text was updated successfully, but these errors were encountered: