Leading zeros in an int column gets removed when converted to string – python
Leading zeros in an int column gets removed when converted to string – python Question: The title here basically explains my issue/ask, I have an int column with more than 12 digits that starts with leading zeros. my problem is that when i convert these values to string some values lose their leading zeros which are …