Question:medium

The purpose of attribute dataframe.dtypes is :

Updated On: Feb 21, 2026
  • 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.
Show Solution

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