Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
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_pandas
Function · 0.90
Tested by
no test coverage detected