pandas set dtype of timestamp code example Example 1: pandas change dtype to timestamp pd.to_datetime(df.column) Example 2: date parser python pandas format='%d%m%Y'