I've got a data set read from csv in pandas. It turns out that pandas drops the 0 - When the minute is single digit. when I do a .tail on the column this is what I get?
5196 15:58
5197 15:59
5198 16:0
5199 16:1
5200 16:2
5201 16:3
Is this just a pandas thing and I shouldn't worry about it? Is there a fix for displaying it properly?