On this page
pandas.core.resample.Resampler.std
- Resampler.std(ddof=1, numeric_only=_NoDefault.no_default, *args, **kwargs)[source]
- 
    Compute standard deviation of groups, excluding missing values. - Parameters
- 
      - ddof:int, default 1
- 
        Degrees of freedom. 
- numeric_only:bool, default False
- 
        Include only float, int or boolean data. New in version 1.5.0. 
 
- Returns
- 
      - DataFrame or Series
- 
        Standard deviation of values within each group. 
 
 
© 2008–2022, 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.5.0/reference/api/pandas.core.resample.Resampler.std.html