We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xray.Coordinate
MultIndex.get_locs
indexing.convert_label_indexer
.loc
.sel()
Not all of these would be necessary for an MVP.
Right now we don't consider the possibility of a MultiIndex at all -- at the very least it would be nice to give an error message.
The text was updated successfully, but these errors were encountered:
Raise NotImplementedError when attempting to use a pandas.MultiIndex
f2057b1
Related: pydata#164
No branches or pull requests
xray.Coordinate
MultIndex.get_locs
inindexing.convert_label_indexer
.loc
and.sel()
Not all of these would be necessary for an MVP.
Right now we don't consider the possibility of a MultiIndex at all -- at the very least it would be nice to give an error message.The text was updated successfully, but these errors were encountered: