Q. Which method returns the data type of each column in a DataFrame?
β
Correct Answer: (A)
dtypes
Explanation: The dtypes attribute shows the data type of each column in a DataFrame.