python how to convert dataframe column to datetime format? code example Example: convert column in pandas to datetime df['col'] = pd.to_datetime(df['col'])