MCPcopy 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
1432def test_dataframe_itertuples(df, pdf):
1433 for a, b in zip(df.itertuples(), pdf.itertuples()):
1434 assert a == b
1435
1436
1437def test_array_assignment(df, pdf):

Callers

nothing calls this directly

Calls 1

itertuplesMethod · 0.80

Tested by

no test coverage detected