Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ mean
Method
mean
dask/dataframe/tseries/resample.py:321–322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
319
320
@derived_from(pd_Resampler)
321
def
mean(self):
322
return
self._single_agg(ResampleMean)
323
324
@derived_from(pd_Resampler)
325
def
min(self):
Callers
15
test_series_resample_does_not_evenly_divide_day
Function · 0.45
test_unknown_divisions_error
Function · 0.45
test_resample_index_name
Function · 0.45
test_series_resample_non_existent_datetime
Function · 0.45
test_resample_divisions_propagation
Function · 0.45
func
Function · 0.45
test_groupby_on_index
Function · 0.45
func2
Function · 0.45
func3
Function · 0.45
test_groupby_multilevel_agg
Function · 0.45
test_split_apply_combine_on_series
Function · 0.45
test_split_out_multi_column_groupby
Function · 0.45
Calls
1
_single_agg
Method · 0.95
Tested by
15
test_series_resample_does_not_evenly_divide_day
Function · 0.36
test_unknown_divisions_error
Function · 0.36
test_resample_index_name
Function · 0.36
test_series_resample_non_existent_datetime
Function · 0.36
test_resample_divisions_propagation
Function · 0.36
func
Function · 0.36
test_groupby_on_index
Function · 0.36
func2
Function · 0.36
func3
Function · 0.36
test_groupby_multilevel_agg
Function · 0.36
test_split_apply_combine_on_series
Function · 0.36
test_split_out_multi_column_groupby
Function · 0.36