diferencia entre 2 marcas de tiempo pandas
print pd.Timedelta(t2 - t1).seconds / 60.0
Tame Toucan
print pd.Timedelta(t2 - t1).seconds / 60.0