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 1403c87 commit 549dcffCopy full SHA for 549dcff
pandas/tests/strings/test_find_replace.py
@@ -286,7 +286,7 @@ def test_startswith_endswith_validate_na(any_string_dtype):
286
with tm.assert_produces_warning(FutureWarning, match=msg):
287
ser.str.endswith("bar", na="baz")
288
else:
289
- # TODO: don't surface pyarrow errors
+ # TODO(infer_string): don't surface pyarrow errors
290
import pyarrow as pa
291
292
msg = "Could not convert 'baz' with type str: tried to convert to boolean"
0 commit comments