Searching and using databases
问题 df <- read.csv ('https://raw.githubusercontent.com/ulklc/covid19-timeseries/master/countryReport/raw/rawReport.csv') df8 <- read.csv ('https://raw.githubusercontent.com/hirenvadher954/Worldometers-Scraping/master/countries.csv') In the 1st dataset, there are countries divided into continents. In the second data set, there is country and population information. How can I combine population information in data set 2 according to the continental information in data set 1. thank you. The problem