CBSE Class 12 Informatics Practices
Question 25 of 101
Python Pandas — II — Question 1
Back to all questionsiterrows()
Reason — The iterrows() method iterates over a DataFrame row-wise, where each horizontal subset is in the form of (row-index, Series) where Series contains all column values for that row-index.