Home »
Python »
Python Pandas MCQs
Amongst which of the following is / are not an iterative function for dataframe?
15. Amongst which of the following is / are not an iterative function for dataframe?
- iterrows()
- itercolumns()
- iteritems()
- All of the mentioned above
Answer: B) itercolumns()
Explanation:
The itercolumns() is not an iterative function for dataframe.