bigframes.pandas.Series.unstack#

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

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

Returns:

Unstacked Series.

Return type:

bigframes.pandas.DataFrame

On this page

This Page