Skip to content

Commit bd4a83b

Browse files
committed
REF: remove redundant _str_len
1 parent 6f7bec0 commit bd4a83b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/arrays/arrow/array.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,9 +2448,6 @@ def _str_slice(
24482448
pc.utf8_slice_codeunits(self._pa_array, start=start, stop=stop, step=step)
24492449
)
24502450

2451-
def _str_len(self) -> Self:
2452-
return type(self)(pc.utf8_length(self._pa_array))
2453-
24542451
def _str_lower(self) -> Self:
24552452
return type(self)(pc.utf8_lower(self._pa_array))
24562453

0 commit comments

Comments
 (0)