BUG (string dtype): logical operation with bool and string failing #60234
Labels
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
Strings
String extension data type and string data
Milestone
We do allow using logical operators like
|
to be used with non-boolean data (at which point the non-bool series would be cast to bool, I assume). For example:This also worked with strings in object dtype:
but currently fails with the pyarrow-backed string dtype:
The text was updated successfully, but these errors were encountered: