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

Calls 1

_single_aggMethod · 0.95