pandas.core.resample.Resampler.std — pandas 0.24.2 documentation (original) (raw)
Resampler.
std
(ddof=1, *args, **kwargs)[source]¶
Compute standard deviation of groups, excluding missing values.
Parameters: | ddof : integer, default 1 degrees of freedom |
---|