I have a dataset consists of Id and mobile no e.g
Id. Mob_no
- nan
- 123456789
- 213465789
I am trying to exporting dataset in csv from python dataframe. Then additional leading zeros is created in Mob_no column e.g
Id. Mob_no
- nan
- 123456789.000
- 213465789.000
How should I export to keep the mob_no same