MCPcopy
hub / github.com/pandas-dev/pandas / df

Function df

pandas/tests/test_downstream.py:28–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27@pytest.fixture
28def df():
29 return DataFrame({"A": [1, 2, 3]})
30
31
32def test_dask(df):

Callers

nothing calls this directly

Calls 1

DataFrameClass · 0.90

Tested by

no test coverage detected