Skip to content

Commit f91bd67

Browse files
committed
specify override
1 parent c0af9b3 commit f91bd67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/arrays/string_arrow.py

Lines changed: 2 additions & 0 deletions
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)