Sorry for the long title.
But i have a csv file I'm reading into a Panda's Dataframe.
This value is say 567.188, once its in my df its being read as 567.188e9 then when I insert into the a Postgres SQL V13 using the df.to_sql()
in my postgres db I now see 567.1880000001
Why is there a 1 at the end that is breaking all my joins.