pandas timestamp column to date code example Example: convert column to timestamp pandas df2 = pd.to_datetime(df['col1']) df2