I want to divide my supply dataframe by my population data frame to create a supply per capita data frame. Each data frame has an item column, a country column, and multiple year columns ( a column for each year's data). I need to match the Country and then divide each entry in the supply dataframe by the corresponding value in the population dataframe.
Any suggestions? I haven't been able to come up with anything.