Skip to content

Commit bfb6515

Browse files
willweilPingviinituutti
authored andcommitted
Correct a typo of version number for interpolate() (pandas-dev#25418)
1 parent 817107d commit bfb6515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/user_guide/missing_data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ examined :ref:`in the API <api.dataframe.missing>`.
335335
Interpolation
336336
~~~~~~~~~~~~~
337337

338-
.. versionadded:: 0.21.0
338+
.. versionadded:: 0.23.0
339339

340340
The ``limit_area`` keyword argument was added.
341341

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6648,7 +6648,7 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
66486648
(interpolate).
66496649
* 'outside': Only fill NaNs outside valid values (extrapolate).
66506650
6651-
.. versionadded:: 0.21.0
6651+
.. versionadded:: 0.23.0
66526652
66536653
downcast : optional, 'infer' or None, defaults to None
66546654
Downcast dtypes if possible.

0 commit comments

Comments
 (0)