I have two datasets like this:
- Population by country
Country  Population
America      value
Argentina    value
Australia    value
Brazil       value
Japan        value
...
- Landmass by country
Country    Landmass
Argentina   value
Mexico      value
Uruguay     value
Maldives    value
...
The number of rows and the number of country names are different from each set, is there a way to combine both data, (adding Landmass column to the respective country in the population set) it doesn't matter if that country isn't present in the population set, only combine to the ones that are there.
 
     
    
