Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/palwisha-18/time_series_analysis_lex_vs_gdp

Analyzes how a country’s GDP per capita correlates with the life expectancy of its citizens over a period of about 100+ years
https://github.com/palwisha-18/time_series_analysis_lex_vs_gdp

data-analysis data-visualization pandas plotl time

Last synced: about 18 hours ago
JSON representation

Analyzes how a country’s GDP per capita correlates with the life expectancy of its citizens over a period of about 100+ years

Awesome Lists containing this project

README

        

# Life Expectancy vs. GDP Per Capita (Animated Chart)

## Project Overview
This project visualizes the relationship between **life expectancy** and **GDP per capita** for countries around the world over a span of **100+ years**. The data is analyzed using **pandas**, and an **animated chart** is created using **Plotly**.

## Final Output
The final animated chart is saved as a GIF:
![Life Expectancy vs. GDP Per Capita](USERCODE/animated_chart.gif)

## Features
- **Time Series Analysis**: Uses historical data spanning over a century.
- **Interactive Visualization**: Created with **Plotly** for rich visual representation.
- **Animation**: Shows the progression of GDP per capita and life expectancy over time.

## Technologies Used
- **Python**
- **pandas** (for data analysis)
- **Plotly** (for visualization)
- **pycountry_convert** (for country code conversions)
- **PIL (Pillow)** (for image processing)

## Prerequisites
- Use python 3.12 and install packages using requirements.txt before running the notebook.