Hapus hari saat mengurangi waktu Python

df_test['Difference'] = (df_test['First_Date'] - df_test['Second Date']).dt.days
Hambo