Question:

The purpose of attribute dataframe.dtypes is :

Updated On: Sep 23, 2024
  • To display data type of each column in the dataframe.
  • To display a tuple representing the dimensionality of the dataframe.
  • To display the first n rows in the dataframe.
  • To display the last n rows in the dataframe.
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The correct option is (A) :To display data type of each column in the dataframe..
Was this answer helpful?
0
0