Enter search terms or a module, class or function name.
Expanding.
std
expanding standard deviation
ddof : int, default 1
Delta Degrees of Freedom. The divisor used in calculations is N - ddof, where N represents the number of elements.
N - ddof
N
same type as input
See also
pandas.Series.expanding, pandas.DataFrame.expanding
pandas.Series.expanding
pandas.DataFrame.expanding