Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
df():
29
return
DataFrame({
"A"
: [1, 2, 3]})
30
31
32
def
test_dask(df):
Callers
nothing calls this directly
Calls
1
DataFrame
Class · 0.90
Tested by
no test coverage detected