This project explores long-term trends in global economic indicators using data from the World Bank. The main focus is on GDP and GDP per capita, analyzed across different income groups over time.
To analyze how economic indicators like GDP and GDP per capita have evolved across different income groups (low, lower-middle, upper-middle, and high income), using real-world time series data.
-
πΉ Data Cleaning & Preprocessing
- Handled inconsistencies and missing values
- Standardized column names and data types
-
πΉ Missing Value Treatment
- Applied forward fill and backward fill techniques to address missing data
-
πΉ Data Visualization
- Created clear and informative plots using Matplotlib to visualize:
- Long-term trends in GDP by income group
- Comparative changes in GDP per capita
- Economic disparities over time
- Created clear and informative plots using Matplotlib to visualize:
Simple visualizations can be incredibly powerful for storytelling. Watching the economic gap between income groups widen or narrow over time was both insightful and eye-opening.
Projects like this remind me why I enjoy working with data. Every dataset holds a story β you just have to uncover it.
- Python
- Pandas
- Matplotlib
- Jupyter Notebook
world-bank-economic-trends/ βββ data/ β βββ world_bank_data.csv βββ notebooks/ β βββ global_trends_analysis.ipynb βββ visualizations/ β βββ gdp_per_capita_by_income_group.png βββ README.md
Have you worked with similar datasets or done global economic analysis? Iβd love to learn from your experience or get your feedback on how to improve this project.
#DataScience
#Python
#WorldBankData
#DataVisualization
#Pandas
#Matplotlib
#LearningJourney