Modifier le format Python Code

df['date_column'] = pd.to_datetime(df['date_column'],format='%Y%m%d')
The Frenchy