These are my two dataframes saved in two variables:
> print(df.head()) > club_name tr_jan tr_dec year 0 ADO Den Haag 1368 1422
It happens when common column in both table are of different data type.
Example: In table1, you have date as string whereas in table2 you have date as datetime. so before merging,we need to change date to common data type.