I have a Dataframe where last two columns refers to Clock time. DataType of both columns are String.
Sample data looks like:
PROCESS_N VAL DATE TIME_1 TIME_2
35324399 74.95 02/11/18 12:45:26 12:30:36
35324399 74.95 02/11/18 12:45:26 12:35:36
35334154 74.95 02/11/18 12:45:27 12:36:22
35338698 74.95 02/11/18 12:45:28 12:38:30
35338698 74.95 02/11/18 12:45:28 12:38:32
35347905 74.95 02/11/18 12:45:30 12:39:36
35367939 74.95 02/11/18 12:45:30 12:39:39
35371892 74.95 02/11/18 12:45:31 12:39:55
I want to populate another column in the end of Dataframe with difference of TIME_1 and TIME_2 in Second.