Skip to content

Commit 75de765

Browse files
Updated errors
1 parent 8477264 commit 75de765

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
@@ -1469,14 +1469,6 @@ def fullmatch(self, pat, case: bool = True, flags: int = 0, na=lib.no_default):
14691469
containing alternation (|). For regex patterns with alternation operators,
14701470
the method ensures proper grouping by wrapping the pattern in parentheses
14711471
when using PyArrow-backed string arrays.
1472-
1473-
Examples
1474-
--------
1475-
>>> ser = pd.Series(["cat", "duck", "dove"])
1476-
>>> ser.str.fullmatch(r"d.+")
1477-
0 False
1478-
1 True
1479-
2 True
14801472
"""
14811473
is_pyarrow = False
14821474
arr = self._data.array

0 commit comments

Comments
 (0)