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 1931c31 commit 20bfe16Copy full SHA for 20bfe16
doc/source/whatsnew/v1.2.0.rst
@@ -264,6 +264,7 @@ Deprecations
264
- Deprecated indexing :class:`DataFrame` rows with datetime-like strings ``df[string]``, use ``df.loc[string]`` instead (:issue:`36179`)
265
- Deprecated casting an object-dtype index of ``datetime`` objects to :class:`DatetimeIndex` in the :class:`Series` constructor (:issue:`23598`)
266
- Deprecated :meth:`Index.is_all_dates` (:issue:`27744`)
267
+- The default value of ``regex`` for :meth:`Series.str.replace` will change from ``True`` to ``False`` in a future release (:issue:`24804`)
268
269
.. ---------------------------------------------------------------------------
270
0 commit comments