Use the dtypes property to print the column names and column types of a DataFrame.
Example
>>> df = DataFrame("sales")
>>> df.dtypes accounts str Feb float Jan int Mar int Apr int datetime datetime.date
Use the dtypes property to print the column names and column types of a DataFrame.
>>> df = DataFrame("sales")
>>> df.dtypes accounts str Feb float Jan int Mar int Apr int datetime datetime.date