bigframes.pandas.Series.rolling# Series.rolling(window: int | Timedelta | timedelta64 | timedelta | str, min_periods: int | None = None, closed: Literal['right', 'left', 'both', 'neither'] = 'right') → Window[source]#