pandas.core.resample.Resampler.std

Resampler.std(ddof=1, *args, **kwargs)[source]

Compute standard deviation of groups, excluding missing values.

Parameters
ddof:int, default 1

Degrees of freedom.

Returns
DataFrame or Series

Standard deviation of values within each group.

© 2008–2021, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.3.4/reference/api/pandas.core.resample.Resampler.std.html