Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_first
Function · 0.45
test_optimize_and_not
Function · 0.45
test_series_groupby
Function · 0.45
test_split_apply_combine_on_series
Function · 0.45
Calls
1
_single_agg
Method · 0.95
Tested by
3
test_optimize_and_not
Function · 0.36
test_series_groupby
Function · 0.36
test_split_apply_combine_on_series
Function · 0.36