bigframes.pandas.Series.expanding#

Series.expanding(min_periods: int = 1) Window[source]#

Provide expanding window calculations.

Parameters:

min_periods (int, default 1) – Minimum number of observations in window required to have a value; otherwise, result is np.nan.

Returns:

Expanding subclass.

Return type:

bigframes.core.window.Window