Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ count
Method
count
dask/dataframe/tseries/resample.py:309–310 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
307
308
@derived_from(pd_Resampler)
309
def
count(self):
310
return
self._single_agg(ResampleCount)
311
312
@derived_from(pd_Resampler)
313
def
sum(self):
Callers
15
_resample_bin_and_out_divs
Function · 0.45
test_resample_throws_error_when_parition_index_does_not_match_index
Function · 0.45
test_resample_does_not_evenly_divide_day
Function · 0.45
test_rule_deprecated
Function · 0.45
test_unknown_categoricals
Function · 0.45
test_series_groupby
Function · 0.45
test_split_apply_combine_on_series
Function · 0.45
test_groupby.py
File · 0.45
test_groupby_agg_custom__name_clash_with_internal_different_column
Function · 0.45
test_groupby_slice_getitem
Function · 0.45
test_time_rolling_large_window_fixed_chunks
Function · 0.45
test_time_rolling_large_window_variable_chunks
Function · 0.45
Calls
1
_single_agg
Method · 0.95
Tested by
15
test_resample_throws_error_when_parition_index_does_not_match_index
Function · 0.36
test_resample_does_not_evenly_divide_day
Function · 0.36
test_rule_deprecated
Function · 0.36
test_unknown_categoricals
Function · 0.36
test_series_groupby
Function · 0.36
test_split_apply_combine_on_series
Function · 0.36
test_groupby_agg_custom__name_clash_with_internal_different_column
Function · 0.36
test_groupby_slice_getitem
Function · 0.36
test_time_rolling_large_window_fixed_chunks
Function · 0.36
test_time_rolling_large_window_variable_chunks
Function · 0.36
test_time_rolling
Function · 0.36
test_reduction_method
Function · 0.36