Skip to content

Commit 122cb73

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7672,7 +7672,7 @@ def interpolate(
76727672
time interval between observations.
76737673
* 'index': The interpolation uses the actual numerical values
76747674
of the df's index to linearly calculate missing value.
7675-
* 'value': Interpolation based on the actual numerical values
7675+
* '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',
76787678
'barycentric', 'polynomial': Passed to

0 commit comments

Comments
 (0)