MCPcopy
hub / github.com/dask/dask / resample

Function resample

dask/dataframe/tseries/tests/test_resample_expr.py:15–16  ·  view source on GitHub ↗
(df, freq, how="mean", **kwargs)

Source from the content-addressed store, hash-verified

13
14
15def resample(df, freq, how="mean", **kwargs):
16 return getattr(df.resample(freq, **kwargs), how)()
17
18
19@pytest.fixture

Callers 1

test_series_resampleFunction · 0.70

Calls 1

resampleMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…