We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6fce6 commit 70325d4Copy full SHA for 70325d4
pandas/tests/arrays/string_/test_string.py
@@ -653,7 +653,7 @@ def test_isin(dtype, fixed_now_ts):
653
654
result = s.isin(["a", pd.NA])
655
if dtype.storage == "python" and dtype.na_value is np.nan:
656
- # TODO what do we want here?
+ # TODO(infer_string) we should make this consistent
657
expected = pd.Series([True, False, False])
658
else:
659
expected = pd.Series([True, False, True])
0 commit comments