Skip to content

Commit 8477264

Browse files
Updated errors
1 parent f5d3b9b commit 8477264

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas/core/strings/accessor.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,14 +1477,6 @@ def fullmatch(self, pat, case: bool = True, flags: int = 0, na=lib.no_default):
14771477
0 False
14781478
1 True
14791479
2 True
1480-
dtype: bool
1481-
1482-
Ensure consistent behavior with alternation patterns:
1483-
>>> ser = pd.Series(["asdf", "as"], dtype="string[pyarrow]")
1484-
>>> ser.str.fullmatch(r"(as)|(as)")
1485-
0 False
1486-
1 True
1487-
dtype: bool
14881480
"""
14891481
is_pyarrow = False
14901482
arr = self._data.array

0 commit comments

Comments
 (0)