MCPcopy Index your code
hub / github.com/dask/dask / test_dataframe_iterrows

Function test_dataframe_iterrows

dask/dataframe/dask_expr/tests/test_collection.py:1373–1375  ·  view source on GitHub ↗
(df, pdf)

Source from the content-addressed store, hash-verified

1371
1372
1373def test_dataframe_iterrows(df, pdf):
1374 for a, b in zip(df.iterrows(), pdf.iterrows()):
1375 pd.testing.assert_series_equal(a[1], b[1])
1376
1377
1378def test_dataframe_itertuples(df, pdf):

Callers

nothing calls this directly

Calls 1

iterrowsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…