You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mroeschke
added
Indexing
Related to indexing on series/frames, not to indexes themselves
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Oct 16, 2021
Uh oh!
There was an error while loading. Please reload this page.
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
Issue Description
For other cases where indexing on index._data returns 2D (e.g.
idx[:, None]
) we issue a FutureWarning, but this goes through a different code path.Expected Behavior
I don't have an opinion here, just think whatever we do should be intentional
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: