bigframes.geopandas.GeoSeries.shift# GeoSeries.shift(periods: int = 1) → Series# Shift index by desired number of periods. Shifts the index without realigning the data. Parameters: int (periods) – Number of periods to shift. Can be positive or negative. Returns: Copy of input object, shifted. Return type: NDFrame