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