Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
1373
def
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
1378
def
test_dataframe_itertuples(df, pdf):
Callers
nothing calls this directly
Calls
1
iterrows
Method · 0.80
Tested by
no test coverage detected