On this page
pandas.core.resample.Resampler.std
Resampler.std(self, ddof=1, *args, **kwargs)
[source]-
Compute standard deviation of groups, excluding missing values.
Parameters: -
ddof : integer, default 1
-
Degrees of freedom.
Returns: - DataFrame or Series
-
Standard deviation of values within each group.
-
© 2008–2012, 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/0.25.0/reference/api/pandas.core.resample.Resampler.std.html