I want to merge two dataframes. However, when I use read_csv function in pandas, the output of date column are different. I try to use df.astype(object) function to convert that column to object but doesnt works. I could not merge these 2 dataframe because the expiryDate column is different.
df1:
symbol. expiryDate.
AA 20/5/2021
df2:
symbol. expiryDate.
AA 2021-05-20