Issue
This Content is from Stack Overflow. Question asked by myamulla_ciencia
I have a polars dataframe with SSN in a string datatype;
On exporting it to csv using write_csv method it ignores the leading zeros and the output it-
How to retain the zeros on exporting the files to csv?
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.