I have one csv file with following data
code
AAA
BBA
CCC
and another csv file with different structure but common column:
code
AAA
BBA
CCF
I want to find what code in first does not exist in the second dataframe. In this case CCC.
How can i do that?