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 5591ac3 commit dc3f2e9Copy full SHA for dc3f2e9
pandas/core/arrays/_arrow_string_mixins.py
@@ -275,8 +275,7 @@ def _str_isascii(self):
275
]
276
277
result = pa.array(pylist, type=pa.bool_())
278
- #return self._convert_bool_result(result)
279
- return result.to_numpy()
+ return self._convert_bool_result(result)
280
281
def _str_isdecimal(self):
282
result = pc.utf8_is_decimal(self._pa_array)
0 commit comments