bigframes.geopandas.GeoSeries.reorder_levels#
- GeoSeries.reorder_levels(order:str|int|Sequence[str|int],axis:int|str=0)#
Rearrange index levels using input order.
May not drop or duplicate levels.
- Parameters:
order (list ofint representing new level order) – Reference level by number or key.
axis ({0 or'index',1 or'columns'},default 0) – ForSeries this parameter is unused and defaults to 0.
- Returns:
type of caller (new object)
On this page