CBSE Class 12 Informatics Practices Question 59 of 101

Python Pandas — II — Question 1

Back to all questions
1
Question

Question 1

Name the function to iterate over a DataFrame horizontally.

Answer

The iterrows() function iterates over a DataFrame horizontally.