I have 2 similar dataframes that I would like to compare each row of the 1st dataframe with the 2nd based on condition. The dataframe looks like this:
Based on this comparison I would like to generate a similar dataframe with a new column 'change' containing the changes based on the following conditions:
if the rows have similar values then 'change'='identical' otherwise if the date changed then 'change'='new date'.