How to get datatypes of all columns using a single command [ Python - Pandas ]?

Viewed 46075

I want to see the datatype of all columns stored in my dataframe without iterating over them. What is the way?

2 Answers
Related