Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ agg
Method
agg
dask/dataframe/tseries/resample.py:373–374 ·
view source on GitHub ↗
(self, func, *args, **kwargs)
Source
from the content-addressed store, hash-verified
371
372
@derived_from(pd_Resampler)
373
def
agg(self, func, *args, **kwargs):
374
return
self._single_agg(ResampleAgg, how_args=(func, *args), how_kwargs=kwargs)
Callers
15
test_resample_agg
Function · 0.45
test_resample_agg_passes_kwargs
Function · 0.45
test_resample_agg
Function · 0.45
test_groupby_on_index
Function · 0.45
test_aggregate__single_element_groups
Function · 0.45
test_shuffle_aggregate
Function · 0.45
test_shuffle_aggregate_sort
Function · 0.45
test_shuffle_aggregate_defaults
Function · 0.45
test_groupby_slice_agg_reduces
Function · 0.45
test_groupby_agg_grouper_single
Function · 0.45
test_groupby_agg_grouper_multiple
Function · 0.45
test_groupby_column_and_index_agg_funcs
Function · 0.45
Calls
1
_single_agg
Method · 0.95
Tested by
15
test_resample_agg
Function · 0.36
test_resample_agg_passes_kwargs
Function · 0.36
test_resample_agg
Function · 0.36
test_groupby_on_index
Function · 0.36
test_aggregate__single_element_groups
Function · 0.36
test_shuffle_aggregate
Function · 0.36
test_shuffle_aggregate_sort
Function · 0.36
test_shuffle_aggregate_defaults
Function · 0.36
test_groupby_slice_agg_reduces
Function · 0.36
test_groupby_agg_grouper_single
Function · 0.36
test_groupby_agg_grouper_multiple
Function · 0.36
test_groupby_column_and_index_agg_funcs
Function · 0.36