BUG: .str.contains na
validation
#59561
Labels
API - Consistency
Internal Consistency of API/Behavior
Bug
Strings
String extension data type and string data
Milestone
There's a small difference in the _str_contains methods in ArrowExtensionArray vs ArrowStringArray. The latter uses
bool(na)
when filling null entries, the former usesna
directly.I prefer the no-casting behavior, but mainly think we should be consistent.
update Looks like
pandas/tests/strings/test_find_replace.py::test_contains_nan
specifically testsna="foo"
The text was updated successfully, but these errors were encountered: