swat.cas.table.CASTable.iterrows
- CASTable.iterrows(chunksize=None)
Iterate over the rows of a CAS table as (index, pandas.Series) pairs
- Parameters:
- chunksizeint or long, optional
The number of rows to retrieve in each fetch.
- Returns:
- iterator of (index, pandas.Series) tuples
See also