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
Allowing boolean arrays for .loc would make xray more consistent with pandas: http://pandas.pydata.org/pandas-docs/stable/indexing.html#different-choices-for-indexing-loc-iloc-and-ix
.loc
There is basically no ambiguity since True and False are more or less useless coordinate labels
True
False
The text was updated successfully, but these errors were encountered:
.loc and .sel support indexing with boolean arrays
b782e82
Fixes pydata#182
Add content to Index page (pydata#182)
e7f19ba
* Joe's suggestions for index page * whatsnew
Successfully merging a pull request may close this issue.
Allowing boolean arrays for
.loc
would make xray more consistent with pandas: http://pandas.pydata.org/pandas-docs/stable/indexing.html#different-choices-for-indexing-loc-iloc-and-ixThere is basically no ambiguity since
True
andFalse
are more or less useless coordinate labelsThe text was updated successfully, but these errors were encountered: