Skip to content

Commit b3c338d

Browse files
Merge pull request #10593 from Winterflower/pandas-doc-10371
DOC-10371 Add note regarding supported interpolation methods for Series/DF
2 parents c538b3f + c734896 commit b3c338d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/generic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,6 +2876,9 @@ def interpolate(self, method='linear', axis=0, limit=None, inplace=False,
28762876
"""
28772877
Interpolate values according to different methods.
28782878
2879+
Please note that only ``method='linear'`` is supported for DataFrames/Series
2880+
with a MultiIndex.
2881+
28792882
Parameters
28802883
----------
28812884
method : {'linear', 'time', 'index', 'values', 'nearest', 'zero',

0 commit comments

Comments
 (0)