Skip to content

Commit ae04a3e

Browse files
author
Joost Kranendonk
authored
Add whatsnew for .str.replace with callable repl
See pandas-dev#15056
1 parent 067a7a8 commit ae04a3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ New features
2323
~~~~~~~~~~~~
2424

2525
- Integration with the ``feather-format``, including a new top-level ``pd.read_feather()`` and ``DataFrame.to_feather()`` method, see :ref:`here <io.feather>`.
26+
- ``.str.replace`` now accepts a callable replacement which is passed to ``re.sub`` (:issue:`15055`)
2627

2728

2829

0 commit comments

Comments
 (0)