I have a data frame A dfA like this:
And another data frame B dfB which looks like this:
I want to add a column 'Exist' to dfA so that if User and Movie both exist in dfB then 'Exist' is True, otherwise it is False.
So dfA should become like this:


