MCPcopy
hub / github.com/dask/dask / df

Function df

dask/dataframe/tseries/tests/test_resample_expr.py:28–29  ·  view source on GitHub ↗
(pdf)

Source from the content-addressed store, hash-verified

26
27@pytest.fixture
28def df(pdf):
29 yield from_pandas(pdf, npartitions=4)
30
31
32@pytest.mark.parametrize("kwargs", [{}, {"closed": "left"}])

Callers

nothing calls this directly

Calls 1

from_pandasFunction · 0.90

Tested by

no test coverage detected