Datetime à int dans pandas
df['time'] = df['time'].apply(lambda x: x.value)
Sparkling Shrike
df['time'] = df['time'].apply(lambda x: x.value)