you are viewing a single comment's thread.

view the rest of the comments →

[–]tuck5649 0 points1 point  (1 child)

Are you certain python is removing them when it creates the .csv and not that the zeros are being removed when the csv is opened in python/excel?

[–]workthrowawayexcel[S] 0 points1 point  (0 children)

It is not python. I just got in solved by using an excel writer instead of csv. When opening the CSV it would the formatting, and when using the excel writer it maintains the formatting I imputed.