I have written a file in python that take data from a database and write these in a csv file, but some data are formatting in a wrong way way i open the .csv file they appears with more “.” points..
I print these data (longitude and altitude) before write and they are correct.
What happen when i write these using writerow
Instruction to write in csv file
then the csv is like this with triple points Why?:
CSV written
Thanks for your answer.
Regards
I’m expected that is a problem of formatting using writerow… but i don’t know
Enrico Alessandro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.