Question
Computer Science Question on Input Output
The purpose of attribute dataframe.dtypes is :
A
To display data type of each column in the dataframe.
B
To display a tuple representing the dimensionality of the dataframe.
C
To display the first n rows in the dataframe.
D
To display the last n rows in the dataframe.
Answer
To display data type of each column in the dataframe.
Explanation
Solution
The correct option is (A) :To display data type of each column in the dataframe..