-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
BugDtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsisinisin methodisin method
Milestone
Description
xref #19508 for a partial PR
In [3]: values = [1, 0.5]
...: pd.Series([1, 0]).isin(values)
...:
Out[3]:
0 True
1 True
dtype: bool
should be [True, False]
Metadata
Metadata
Assignees
Labels
BugDtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsisinisin methodisin method