I have a similiar question to this, but it is not about the visualization. I have a pandas dataframe with an int column.
A
5
43
1200
555
And I need to have always 4 digits, as this stands original for a timestamp:
00:05
00:43
12:00
05:55
How can i work on that column that i have the outcome:
0005
0043
1200
0555