I want to compare both data sets, and delete unique values from each data set, so that both data sets have names of same group of individuals only. They will remain 2 separate data sets, I don't want to merge or append them.
How should I go about doing it?
Data set Before
| Dataset 1 | Dataset 2 |
| A | B |
| B | G |
| C | A |
| D | E |
| F | C |
| L |
Data set After
| Dataset 1 | Dataset 2 |
| A | B |
| B | A |
| C | C |
0 Response to Data set matching
Post a Comment