Skip to content

Commit 9f9b0ba

Browse files
Abby VeCaseyAbby VeCasey
Abby VeCasey
authored and
Abby VeCasey
committed
ascii3
1 parent 1647cf9 commit 9f9b0ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/arrays/_arrow_string_mixins.py

-3
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ def _str_isalpha(self):
253253
result = pc.utf8_is_alpha(self._pa_array)
254254
return self._convert_bool_result(result)
255255

256-
def _str_isascii(self):
257-
result = pc.ascii_is_ascii(self._pa_array)
258-
return self._convert_bool_result(result)
259256

260257
# def _str_isascii(self):
261258
# if hasattr(pa.compute, "ascii_is_ascii"):

0 commit comments

Comments
 (0)