Replies: 1 comment 3 replies
-
Hi @ahuang11 , thanks for the question Would I also think we could have more support for indexing with boolean arrays, such that |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes when I do ds.where(ds['lat'] == 15, drop=True), it doesn't find any due to some issue with floating point equality check so I have to use np.isclose.
However, when I do this:
I get:
So I have to do this:
Beta Was this translation helpful? Give feedback.
All reactions