cudf.core.window.rolling.Rolling.std# Rolling.std(ddof=1)[source]# Calculate the rolling standard deviation. Parameters: ddofint, default 1Delta Degrees of Freedom. The divisor used in calculations is N - ddof, where N represents the number of elements. Returns: Series or DataFrameReturn type is the same as the original object.