Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.MultiIndex.shift

MultiIndex.shift(periods=1, freq=None)[source]

Shift Index containing datetime objects by input number of periods and DateOffset

Returns:shifted : Index
Scroll To Top