I have a Dataframe which I read from a csv File, some Columns in this File have numbers in it that are formatted as Scientific notation (something like in the picture below)
The Problem is that if I check the dtype of the columns it's already formatted as float64, so what can I do to change them like the other number format (like 675537540.2)?
Thanks for your help!