pandas check column types all code example
Example 1: how to check datatype of column in dataframe python
df['DataFrame Column'].dtypes
Example 2: get datatype of all columns pandas
dataframe.column.dtype
df['DataFrame Column'].dtypes
dataframe.column.dtype