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