Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ std
Method
std
dask/dataframe/tseries/resample.py:345–346 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
343
344
@derived_from(pd_Resampler)
345
def
std(self):
346
return
self._single_agg(ResampleStd)
347
348
@derived_from(pd_Resampler)
349
def
size(self):
Callers
15
test_split_apply_combine_on_series
Function · 0.45
test_std_columns_int
Function · 0.45
test_timeseries
Function · 0.45
test_rounding_negative_var
Function · 0.45
test_groupby_large_ints_exception
Function · 0.45
test_rolling_agg_aggregate
Function · 0.45
test_Dataframe
Function · 0.45
test_reductions
Function · 0.45
test_deterministic_reduction_names
Function · 0.45
test_reduction_series_invalid_axis
Function · 0.45
test_reductions_frame
Function · 0.45
test_reductions_frame_dtypes_numeric_only
Function · 0.45
Calls
1
_single_agg
Method · 0.95
Tested by
15
test_split_apply_combine_on_series
Function · 0.36
test_std_columns_int
Function · 0.36
test_timeseries
Function · 0.36
test_rounding_negative_var
Function · 0.36
test_groupby_large_ints_exception
Function · 0.36
test_rolling_agg_aggregate
Function · 0.36
test_Dataframe
Function · 0.36
test_reductions
Function · 0.36
test_deterministic_reduction_names
Function · 0.36
test_reduction_series_invalid_axis
Function · 0.36
test_reductions_frame
Function · 0.36
test_reductions_frame_dtypes_numeric_only
Function · 0.36