Skip to content

Commit 0df2005

Browse files
committed
specify override
1 parent 9800fbc commit 0df2005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/arrays/string_arrow.py

+2
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ def astype(self, dtype, copy: bool = True):
281281
_object_compat = True
282282

283283
_str_map = BaseStringArray._str_map
284+
_str_startswith = ArrowStringArrayMixin._str_startswith
285+
_str_endswith = ArrowStringArrayMixin._str_endswith
284286

285287
def _str_contains(
286288
self, pat, case: bool = True, flags: int = 0, na=np.nan, regex: bool = True

0 commit comments

Comments
 (0)