MCPcopy 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
17def 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_resampleFunction · 0.70

Calls 1

resampleMethod · 0.80

Tested by

no test coverage detected