https://github.com/cjunwon/lifeexpectancy-gdp-data-visualization-seaborn
Data visualization with Seaborn (Life Expectancy & GDP)
https://github.com/cjunwon/lifeexpectancy-gdp-data-visualization-seaborn
Last synced: about 1 year ago
JSON representation
Data visualization with Seaborn (Life Expectancy & GDP)
- Host: GitHub
- URL: https://github.com/cjunwon/lifeexpectancy-gdp-data-visualization-seaborn
- Owner: cjunwon
- Created: 2022-05-05T10:08:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T01:45:57.000Z (over 3 years ago)
- Last Synced: 2025-02-08T15:32:55.889Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LifeExpectancy-GDP-Data-Visualization-Seaborn
Basic data visualization practice with Seaborn (Life Expectancy & GDP)
Click [here](https://github.com/cjunwon/LifeExpectancy-GDP-Data-Visualization-Seaborn/blob/main/life_expectancy_gdp.ipynb) to see the Jupyter notebook file with visualization and analysis.
The project investigates the correlation between the economic output of a country and the life expectancy of its citizens.
The Jupyter notebook file demonstrates exploratory data analysis, data cleaning, and data visualization using the Seaborn package.
## Questions Explored:
* Has life expectancy increased over time in the six nations?
* Has GDP increased over time in the six nations?
* Is there a correlation between GDP and life expectancy of a country?
* What is the average life expectancy in these nations?
* What is the distribution of that life expectancy?
#### Data Sources:
* GDP Source: [World Bank](https://data.worldbank.org/indicator/NY.GDP.MKTP.CD "World Bank") national accounts data, and OECD National Accounts data files.
* Life expectancy Data Source: [World Health Organization](https://apps.who.int/gho/data/node.main.688 "World Health Organization")
*Note: This project was completed through [Codecademy](https://www.codecademy.com/ "Codecademy")'s 'Data Scientist' Career Path course.*