Energy and GDP - Data Manipulation and Cleaning with Pandas

In this notebook we will use:

To answer import questions in the context of only the top 15 countries by Scimagojr Rank over the last 10 years for each country as:

  • What is the average GDP for each country?
  • What is the mean of Energy Supply per Capita?
  • What country has the maximum % Renewable and what is the percentage?
  • What is the ratio of Self-Citations to Total Citations for each country? and what country has the highest ratio?
  • Which countries has % Renewableat or above the median for all countries in the top 15 countries?

And to know more about the population in each Continent

Steps:

1- Load, Validate and Clean the data.

2- Join the three datasets.

3- Answering questions in the context of only the top 15 countries by Scimagojr Rank over the last 10 years for each country.

4- Group the Countries by Continent, then create a dateframe that displays population summary statistics.