Skip to content

Commit 695dbde

Browse files
authored
Update ExtensionArray.interpolate to remove outdated method of pad (#59798)
1 parent a71df34 commit 695dbde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,6 @@ def interpolate(
10101010
* 'time': Works on daily and higher resolution data to interpolate
10111011
given length of interval.
10121012
* 'index', 'values': use the actual numerical values of the index.
1013-
* 'pad': Fill in NaNs using existing values.
10141013
* 'nearest', 'zero', 'slinear', 'quadratic', 'cubic', 'barycentric',
10151014
'polynomial': Passed to scipy.interpolate.interp1d, whereas 'spline'
10161015
is passed to scipy.interpolate.UnivariateSpline. These methods use

0 commit comments

Comments
 (0)