Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_dataframe_itertuples
Function
test_dataframe_itertuples
dask/dataframe/dask_expr/tests/test_collection.py:1432–1434 ·
view source on GitHub ↗
(df, pdf)
Source
from the content-addressed store, hash-verified
1430
1431
1432
def
test_dataframe_itertuples(df, pdf):
1433
for
a, b in zip(df.itertuples(), pdf.itertuples()):
1434
assert a == b
1435
1436
1437
def
test_array_assignment(df, pdf):
Callers
nothing calls this directly
Calls
1
itertuples
Method · 0.80
Tested by
no test coverage detected