-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
different behaviour of df.isin() in 1.0.5/1.1.0, when df contains None #35565
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
Thanks @johny-b for the report.
I doubt it. running git bisect now to investigate. |
19ae087 is the first bad commit
|
Take a look also on this, on 1.0.5:
This looks like a bug to me, and this change fixes it (at least improves consistency, on 1.1.0 this is always False) |
possibly related to #19356 and #34125 tbh, I find the usage with Series and DataFrame non-intuitive anyway as they are not treated as unordered collections and if the Series is aligned on labels, I don't understand why https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.isin.html |
The result is determined here: Lines 163 to 169 in 70c056b
where |
moved off 1.1.2 milestone (scheduled for this week) as no PRs to fix in the pipeline |
moved off 1.1.3 milestone (overdue) as no PRs to fix in the pipeline |
moved off 1.1.4 milestone (scheduled for release tomorrow) as no PRs to fix in the pipeline |
take |
Is this change intended?
The text was updated successfully, but these errors were encountered: