I have a polars dataframe with a number 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?
I have a polars dataframe with a number 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?