check types in dataframe code example
Example 1: how to check datatype of column in dataframe python
df['DataFrame Column'].dtypes
Example 2: how to check if the dataframe the category types
df.dtype.name
df['DataFrame Column'].dtypes
df.dtype.name