A solution to last week's challenge can be found here.
This data set provides information that includes rankings and scorings of countries based on happiness, economy, health, family, freedom, generosity, etc. The countries are also categorized into 10 regions.
For this challenge, your goal is to find for each region:
- The country ranking the best for happiness
- And the country with the highest-scoring for Health (Life Expectancy)
Then create two reports (tables) to showcase your findings. Each report must include the country, region, and rank or scoring.
*The start file was updated to correct an error on 9/14/2021.