I need to merge 2 pandas dataframes together on dates, but they currently have different date types. 1 is timestamp (imported from excel) and the other is datetime.dat
datetime.dat
If you need the datetime.date objects... then get them through with the .date attribute of the Timestamp
datetime.date
.date
Timestamp
pd.to_datetime(df['mydates']).date