If i have a data frame where max digits in each row is 10 but some IDs are less than 10 because the trailing zeros have been cut off, how do I add trailing zeros in python to make sure there are 10 digits in each row.
ID
1234567689
123456768
12345676
ID
1234567689
1234567680
1234567600
dtypeof that column?