Skip to content

Commit 92ace21

Browse files
Update pandas/core/generic.py
Co-authored-by: Richard Shadrach <[email protected]>
1 parent 122cb73 commit 92ace21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7670,8 +7670,8 @@ def interpolate(
76707670
* 'time': Works on daily and higher resolution data to interpolate
76717671
given length of interval. This interpolates values based on
76727672
time interval between observations.
7673-
* 'index': The interpolation uses the actual numerical values
7674-
of the df's index to linearly calculate missing value.
7673+
* 'index': The interpolation uses the numerical values
7674+
of the DataFrame's index to linearly calculate missing values.
76757675
* 'values': Interpolation based on the numerical values
76767676
in the DataFrame, treating them as equally spaced along the index.
76777677
* 'nearest', 'zero', 'slinear', 'quadratic', 'cubic',

0 commit comments

Comments
 (0)