Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ sum
Method
sum
dask/dataframe/tseries/resample.py:313–314 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
311
312
@derived_from(pd_Resampler)
313
def
sum(self):
314
return
self._single_agg(ResampleSum)
315
316
@derived_from(pd_Resampler)
317
def
prod(self):
Callers
15
my_sum
Function · 0.45
test_set_index_2
Function · 0.45
test_unknown_categoricals
Function · 0.45
test_series_groupby_propagates_names
Function · 0.45
test_series_groupby
Function · 0.45
test_split_apply_combine_on_series
Function · 0.45
test_numeric_column_names
Function · 0.45
test_groupby_split_out_num
Function · 0.45
test_groupby_numeric_column
Function · 0.45
test_groupby.py
File · 0.45
test_groupby_agg_custom__name_clash_with_internal_same_column
Function · 0.45
test_groupby_agg_custom__name_clash_with_internal_different_column
Function · 0.45
Calls
1
_single_agg
Method · 0.95
Tested by
15
my_sum
Function · 0.36
test_set_index_2
Function · 0.36
test_unknown_categoricals
Function · 0.36
test_series_groupby_propagates_names
Function · 0.36
test_series_groupby
Function · 0.36
test_split_apply_combine_on_series
Function · 0.36
test_numeric_column_names
Function · 0.36
test_groupby_split_out_num
Function · 0.36
test_groupby_numeric_column
Function · 0.36
test_groupby_agg_custom__name_clash_with_internal_same_column
Function · 0.36
test_groupby_agg_custom__name_clash_with_internal_different_column
Function · 0.36
test_with_min_count
Function · 0.36