Skip to content

Commit

Permalink
Correct a typo of version number for interpolate() (pandas-dev#25418)
Browse files Browse the repository at this point in the history
  • Loading branch information
willweil authored and Pingviinituutti committed Feb 28, 2019
1 parent 817107d commit bfb6515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/user_guide/missing_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ examined :ref:`in the API <api.dataframe.missing>`.
Interpolation
~~~~~~~~~~~~~

.. versionadded:: 0.21.0
.. versionadded:: 0.23.0

The ``limit_area`` keyword argument was added.

Expand Down
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6648,7 +6648,7 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
(interpolate).
* 'outside': Only fill NaNs outside valid values (extrapolate).
.. versionadded:: 0.21.0
.. versionadded:: 0.23.0
downcast : optional, 'infer' or None, defaults to None
Downcast dtypes if possible.
Expand Down

0 comments on commit bfb6515

Please sign in to comment.