I have a column in a dataframe that has all float values. Pandas recognizes this as float64 dtype when I run df[\'column\'].dtypes.
float64
df[\'column\'].dtypes
I have a fun