bigframes.geopandas.GeoSeries.expanding# GeoSeries.expanding(min_periods: int = 1) → Window# 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