Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ resample
Function
resample
dask/dataframe/tseries/tests/test_resample.py:17–18 ·
view source on GitHub ↗
(df, freq, how="mean", **kwargs)
Source
from the content-addressed store, hash-verified
15
16
17
def
resample(df, freq, how=
"mean"
, **kwargs):
18
return
getattr(df.resample(freq, **kwargs), how)()
19
20
21
# XFAIL_PANDAS_3_RESAMPLE = pytest.mark.xfail(
Callers
1
test_series_resample
Function · 0.70
Calls
1
resample
Method · 0.80
Tested by
no test coverage detected