Skip to content

Commit dc3f2e9

Browse files
Abby VeCaseyAbby VeCasey
authored andcommitted
ascii3
1 parent 5591ac3 commit dc3f2e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/arrays/_arrow_string_mixins.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ def _str_isascii(self):
275275
]
276276

277277
result = pa.array(pylist, type=pa.bool_())
278-
#return self._convert_bool_result(result)
279-
return result.to_numpy()
278+
return self._convert_bool_result(result)
280279

281280
def _str_isdecimal(self):
282281
result = pc.utf8_is_decimal(self._pa_array)

0 commit comments

Comments
 (0)