How can I retrieve the clock from a dataframe with timedelta format?
#timedelta column
0 days 01:04:54
so that it becomes
01:04:54
How can I retrieve the clock from a dataframe with timedelta format?
#timedelta column
0 days 01:04:54
so that it becomes
01:04:54