Reputation: 462
I've two data frames A and B
with columns col1, col2, col3
.
I want to get all rows in A having same values in column col2, col3
of A AND B
.
P.S. The index of rows in A and B having same values in col2 and col3 are not necessarily same.
Upvotes: 0
Views: 1234