Enter search terms or a module, class or function name.
Rolling.
std
rolling 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.rolling, pandas.DataFrame.rolling
pandas.Series.rolling
pandas.DataFrame.rolling