Table Of Contents

Search

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

pandas.CategoricalIndex.shift

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

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

Returns:shifted : Index
Scroll To Top