You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -925,6 +925,7 @@ Conversion
925
925
926
926
Strings
927
927
^^^^^^^
928
+
- Bug in :meth:`Series.str.replace` using named capture groups (e.g., ``\g<name>``) with ``string[pyarrow]`` dtype would raise an error (:issue:`57636`)
928
929
- Bug in :meth:`Series.value_counts` would not respect ``sort=False`` for series having ``string`` dtype (:issue:`55224`)
0 commit comments