You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timedelta('00:00:00') works fine whereas Timedelta('0:00:00') raises and error. Unsure whether to call this a bug, but under some circumstances the datetime module in pure python will produce time delta strings without the leading 0.