Skip to content

To clean and analyze data to find trends in global population, fertility, and life expectancy from 1960 to 2016. This idea was inspired by hans rosling . To analyze the data, I used a scatter bubble chart, which clearly shows how's the population increased and the fertility rate decreased from 1960 to 2016.

Notifications You must be signed in to change notification settings

rajesh9943/Visualizing-Global-Development-Trends-An-Animated-Analysis-of-Life-Expectancy-and-Fertility-Rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Expose The Global Development Trends through World Bank Data Analysis

In 2006, Hans Rosling gave a TED talk titled The best stats you've ever seen.(Must watch this video before working on the project). At the beginning of the talk, he showed an animation he made to debunk some misconceptions about today's world.

I enjoyed seeing this visualisation and I want you to reproduce it with the tools you know (i.e. Python, Pandas, Numpy, Seaborn and Matplotlib). Dataset Information

● Life expectancy at birth: The number of years a newborn would live if the patterns of mortality at the time of birth remain the same
  throughout his life.
● Fertility rate: Number of children a woman would give birth to during her childbearing years.
● Country population: Total number of residents regardless of legal status or citizenship (midyear estimates)

Hans Rosling built this animation, after testing his students on global health, he realised that they still thought that the world was divided in two:

● The Western world: low fertility rate and high life expectancy
● The third world: high fertility rate and low life expectancy
● More data: The talk was made in 2006 with data from 1962 to 2003. We will use data from 1960 to 2016.
● Regions: The original visualisation has five regions. We will keep the regions from the source data (i.e. seven regions).
● Colours. We can't get the exact colours of the regions. Feel free to use your colour mapping.

In this task, build the same animated graph as you watched in the video, For the visualization perform the following steps:

  1. Load Data

  2. Data Overview

  3. Handle Missing Values

  4. Data Types

  5. Merge DataFrames (If required for any visualization)

  6. Population Trends (Years vs Population)(Line Graph)

  7. Fertility rate distribution

  8. Life expectancy variation

  9. Correlation Analysis

  10. Regional Analysis

world bank data analysis_pages-to-jpg-0001 world bank data analysis_pages-to-jpg-0002

world bank data analysis_pages-to-jpg-0003 world bank data analysis_pages-to-jpg-0004 world bank data analysis_pages-to-jpg-0005 world bank data analysis_pages-to-jpg-0006 world bank data analysis_pages-to-jpg-0007 world bank data analysis_pages-to-jpg-0008

About

To clean and analyze data to find trends in global population, fertility, and life expectancy from 1960 to 2016. This idea was inspired by hans rosling . To analyze the data, I used a scatter bubble chart, which clearly shows how's the population increased and the fertility rate decreased from 1960 to 2016.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published