Skip to content

Commit 1f0406f

Browse files
committed
added blank lines in docstring as requested
1 parent 4aaf8dc commit 1f0406f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/generic.py

+2
Original file line numberDiff line numberDiff line change
@@ -6590,12 +6590,14 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
65906590
* 'outside': Only fill NaNs outside valid values (extrapolate).
65916591
65926592
.. versionadded:: 0.23.0
6593+
65936594
max_gap : int, optional
65946595
Maximum number of consecutive NaN values up to which a NaN-gap
65956596
will be interpolated. For all NaN-gaps wider than that no
65966597
interpolation is carried out. Must be greater than 0.
65976598
65986599
.. versionadded:: 0.25.0
6600+
65996601
downcast : optional, 'infer' or None, defaults to None
66006602
Downcast dtypes if possible.
66016603
**kwargs

0 commit comments

Comments
 (0)