print(df.dtypes) """ You will see something like this: Col1 float64 Col2 object . . . Col_n int64 dtype: object """