Skip to content

Commit c734896

Browse files
committed
Bug-10371: Add note regarding supported interpolation methods for MultiIndex series/dfs
10371: Added separating line and pretty formatting
1 parent 6246cc1 commit c734896

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)