We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1100e2 commit 5cb60e0Copy full SHA for 5cb60e0
pandas/core/arrays/_arrow_string_mixins.py
@@ -311,7 +311,7 @@ def _str_contains(
311
312
def _str_match(
313
self,
314
- pat: str | re.Pattern,
+ pat: str,
315
case: bool = True,
316
flags: int = 0,
317
na: Scalar | lib.NoDefault = lib.no_default,
@@ -322,7 +322,7 @@ def _str_match(
322
323
def _str_fullmatch(
324
325
326
327
328
0 commit comments