pandas.DataFrame.iterrows

Iterate over DataFrame rows as (index, Series) pairs.

Yields

indexlabel or tuple of label

The index of the row. A tuple for a MultiIndex.

dataSeries

The data of the row as a Series.

itgenerator

A generator that iterates over the rows of the frame.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler