Skip to content

Commit

Permalink
specify override
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Aug 26, 2024
1 parent f8e3f5e commit 7cf5d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/core/arrays/string_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ def astype(self, dtype, copy: bool = True):
_object_compat = True

_str_map = BaseStringArray._str_map
_str_startswith = ArrowStringArrayMixin._str_startswith
_str_endswith = ArrowStringArrayMixin._str_endswith

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

0 comments on commit 7cf5d4f

Please sign in to comment.