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?

  1. iterrows()
  2. itercolumns()
  3. iteritems()
  4. All of the mentioned above

Answer: B) itercolumns()

Explanation:

The itercolumns() is not an iterative function for dataframe.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.