bigframes.geopandas.GeoSeries.unstack#

GeoSeries.unstack(level: str | int | Sequence[str | int] = -1)#

Unstack, also known as pivot, Series with MultiIndex to produce DataFrame.

Returns:

Unstacked Series.

Return type:

bigframes.pandas.DataFrame