Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahira-sadat/portfolio-project-life-expectancy-and-gdp
Code Academy Data Science Path Portfolio Project Life Expectancy and GDP of Data Visualization
https://github.com/shahira-sadat/portfolio-project-life-expectancy-and-gdp
codeacademy data-science datavisualization python
Last synced: 6 days ago
JSON representation
Code Academy Data Science Path Portfolio Project Life Expectancy and GDP of Data Visualization
- Host: GitHub
- URL: https://github.com/shahira-sadat/portfolio-project-life-expectancy-and-gdp
- Owner: shahira-sadat
- Created: 2024-05-19T16:32:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T16:47:00.000Z (6 months ago)
- Last Synced: 2024-05-19T17:48:28.071Z (6 months ago)
- Topics: codeacademy, data-science, datavisualization, python
- Language: Jupyter Notebook
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio-Project-Life-Expectancy-and-GDP
Code Academy Data Science Path Portfolio Project Life Expectancy and GDP of Data Visualization## Project Overview
This project investigates the relationship between the economic output of a country (GDP) and the life expectancy of its citizens. Using data from the World Health Organization and the World Bank, we will analyze, prepare, and plot data to identify trends and correlations.
## Project Objectives
1. Import and preprocess the dataset.
2. Perform exploratory data analysis (EDA) and visualize data using Seaborn and Matplotlib.
3. Analyze the relationship between GDP and life expectancy.
4. Summarize findings and share insights in a blog post.## Prerequisites
Ensure that you have a solid understanding of the following topic:
- Python Fundamentals
- Data Acquisition
- Data Visualization
- Hypothesis Testing
- Summarizing Quantitative Data
- Data Wrangling and Tidying
- Data Manipulation with Pandas## Files
The repository includes the following files:
- life_expectancy_gdp.ipynb: Jupyter Notebook with analysis description, code, and visualizations.
- all_data.csv: CSV file containing GDP and life expectancy data used in the analysis.## Getting Started
1. **Clone the repository:**
```bash
git clone [email protected]:shahira-sadat/Portfolio-Project-Life-Expectancy-and-GDP.git```
2. **Navigate to the project directory:**
```bash
cd Portfolio-Project-GDP-and-Life-Expectancy```
3. **Open the Jupyter Notebook:**
```bash
jupyter notebook```
4. **Start exploring the OKCupid_Data_Analysis.ipynb notebook:**
```bash
life_expectancy_gdp.ipynb
```## Overview
The script does the following:
1. Loading Data:
- Imports the CSV file into a DataFrame and inspects the data.
2. Exploratory Data Analysis (EDA):
- Cleans and preprocesses the data.
- Visualizes the distribution of GDP and life expectancy.
- Calculates and visualizes average GDP and life expectancy by country.3. Analysis:
- Analyzes trends over time and the correlation between GDP and life expectancy.
4. Summary and Insights:
- Summarizes findings and provides insights on the relationship between GDP and life expectancy.Feel free to modify and extend the script according to your needs.
## Author
👤 Shahira Sadat
- GitHub: [Shahira Sadat](https://github.com/shahira-sadat)
- Twitter: [Shahira Sadat](https://twitter.com/SadatShahira)
- Linkedin: [Shahira Sadat](https://www.linkedin.com/in/shahira-sadat)
- Gmail: [email protected]Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!