Series.expanding()

pandas.Series.expanding

Series.expanding(min_periods=1, freq=None, center=False, axis=0) [source]

Provides expanding transformations.

New in version 0.18.0.

Parameters:

min_periods : int, default None

Minimum number of observations in window required to have a value (otherwise result is NA).

freq : string or DateOffset object, optional