I just started leaning python... I have two dataframes the df1 consists of "article number" and "current tier". The df2 consists of "article number" and "updated tier". The rows in both dataframes is not same. I want to the output that shows the "article numbers" where the updated tier is 'different' than current tire
I am trying to use join or merge, could not figure out.