I am trying to merge about 5 Data Frames, each with 2 variables. Each data frame has two variables. The variables are Unique_ID and Year. Each data frame has a different amount of observations.
DF 1
Unique ID Year
1 2010
2 2010
3 2011
DF 2
Unique ID Year
3 2010
2 2011
4 2012
What is the best way to merge them? I don't mind duplicates. I am actually trying to see how many I have.