I have two columns that both contain times and I need to get the difference of the two times. I would like to add the difference of each row timestamps to a new column "time_diff". The times are only going to be 10-30 seconds apart so I need the time_diff column to be a difference in the seconds(like this format 00:00:07).
I'm really struggling with this its for my work and it is a bit out of my element. Greatly appreciate all of the answers.
Example of the format of the two columns
start_time | end_time
00:06:34 00:06:45
00:06:59 00:07:02
00:07:36 00:07:34