Check Column Data Types

Knowing which columns hold numbers and which hold text determines what analysis is possible. Use .dtypes to check.
Python
Setting up Python environment...
Output