MCPcopy Create free account
hub / github.com/dask/dask / first

Method first

dask/dataframe/tseries/resample.py:333–334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

331
332 @derived_from(pd_Resampler)
333 def first(self):
334 return self._single_agg(ResampleFirst)
335
336 @derived_from(pd_Resampler)
337 def last(self):

Callers 4

pivot_agg_firstFunction · 0.45
test_optimize_and_notFunction · 0.45
test_series_groupbyFunction · 0.45

Calls 1

_single_aggMethod · 0.95

Tested by 3

test_optimize_and_notFunction · 0.36
test_series_groupbyFunction · 0.36