I'm trying to build a map showing a gradient of scores attributed to a selection of countries, these scores are stored in a dataframe (scores) alongside the corresponding country name:
Country Score
United States 0.4
France 0.2
India 0.6 etc.
I'm trying to build a map showing a gradient of scores attributed to a selection of countries, these scores are stored in a dataframe (scores) alongside the corresponding country name:
Country Score
United States 0.4
France 0.2
India 0.6 etc.