I have a dataset X with a variable "id". My goal is to import only the observations from dataset Y that share identical values for the 'id' variable found in dataset X. Note that I have no interesting in keeping X observations. How can I achieve this without merging both datasets and subsequently selecting data from Y? Dataset Y is too large to be imported whole.
-
Login or Register
- Log in with
Comment