I am trying to subtract End_time and start_time to find the duration. Can you please help me how to do this?
Example:
df['start_time'] = 01-04-2020 03:29:35
df['end_time'] = 01-04-2020 03:29:50
desired output:
df['duration'] = 00:00:15
I am trying to subtract End_time and start_time to find the duration. Can you please help me how to do this?
Example:
df['start_time'] = 01-04-2020 03:29:35
df['end_time'] = 01-04-2020 03:29:50
desired output:
df['duration'] = 00:00:15