Konvertieren Sie die Spalte in Pandas in DateTime
df['col'] = pd.to_datetime(df['col'])
Joyous Jay
df['col'] = pd.to_datetime(df['col'])