I have a dataframe which looks as follows:
colA colB
0 2 1
1 4 2
2 3 7
3 8 5
4 7 2
I have two datasets one with customer code and other information and the other with addresses plus related customer code.
I did a merge with the two bases and now I want to return the lines where the values in the columns are the same, but I'm not able to do it.
Can someone help me?
Thanks