Panel.shift()

Panel.shift(periods=1, freq=None, axis='major') [source]

Shift index by desired number of periods with an optional time freq. The shifted data will not include the dropped periods and the shifted axis will be smaller than the original. This is different from the behavior of DataFrame.shift()

Parameters:

periods : int

Number of periods to move, can be positive or negative

freq : DateOffset, timedelta, or time rule string, optional

axis : {?items?, ?major?, ?minor?} or {0, 1, 2}

Returns:

shifted : Panel

doc_Pandas
2017-01-12 04:51:29
Comments
Leave a Comment

Please login to continue.