bigframes.pandas.DataFrame.expanding#
- DataFrame.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:
Expandingsubclass.- Return type:
bigframes.core.window.Window