CBSE Class 12 Informatics Practices Question 60 of 101

Python Pandas — II — Question 2

Back to all questions
2
Question

Question 2

Name the function to iterate over a DataFrame vertically.

Answer

The iteritems() function iterates over a DataFrame vertically.