A pandas DataFrame (df3) has contained two columns contain timedelta64[ns] as shown. How can you calculate the difference time of them in seconds in a new column?
[In][1] df3.head()
Out[1] 

The new df3 should be like:

how do I get difference in total seconds?
 
     
    