MCPcopy 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):

Calls 1

_single_aggMethod · 0.95