BigQuery DataFrames (BigFrames)
Section Navigation
Shift index by desired number of periods.
Shifts the index without realigning the data.
int (periods) – Number of periods to shift. Can be positive or negative.
Copy of input object, shifted.
NDFrame
Series.shift()