-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Index.isin() always True for nans #7066
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
This is intentional, to allow speedups in |
If you have a Here's why: It's because internally |
Oh wow, I just realized I misread what you wrote. |
yeh I think mark as a bug |
This is a bug. |
@goyodiaz Thanks for catching this! A dumb logic error on my part. |
This looks like a regression to me, the following code used to print
[ True]
, which I think is the correct behaviour, but prints[False]
in recent development versions (0.13.1.dev).I do not think the following is relevant but just in case:
The text was updated successfully, but these errors were encountered: