Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 934 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 934 Bytes

Visualizing world-wide life expectancy data.

The goal of this project is to effectively visualize data regarding life expectancy trends, particularly the dramatic change in life expectancy that has occurred since the onset of the AIDS epidemic in the 1980's.

Preliminary data analysis finding this effect can be found here It uses the javascript D3 library. Preliminary data exploration and cleaning was done in R.

Datasets

  • Life_Expectancy_Data.csv: Kaggle Life Expectancy Dataset.

  • WHO_LifeBirth.json Life Expectancy at birth indicator data from WHO.

  • WHO_Life60.json Life Expectancy at age 60 data from WHO

  • WHO_country.json WHO Country and region codes.

  • WHOAllData.csv All WHO data in csv format.