https://github.com/rebeccamorolong/macroeconomic-indicator-analysis
This project analyzes and compares macroeconomic indicators across countries using SQL. It supports policy evaluation and investment research through clean, structured queries and data models.
https://github.com/rebeccamorolong/macroeconomic-indicator-analysis
macroeconomics postgresql
Last synced: about 2 months ago
JSON representation
This project analyzes and compares macroeconomic indicators across countries using SQL. It supports policy evaluation and investment research through clean, structured queries and data models.
- Host: GitHub
- URL: https://github.com/rebeccamorolong/macroeconomic-indicator-analysis
- Owner: RebeccaMorolong
- Created: 2025-08-04T12:58:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T15:37:25.000Z (2 months ago)
- Last Synced: 2025-08-04T17:06:16.146Z (2 months ago)
- Topics: macroeconomics, postgresql
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌍 Macroeconomic Indicator Explorer (SQL Portfolio Project)
This project analyzes and compares macroeconomic indicators across countries using SQL. It supports policy evaluation and investment research through clean, structured queries and data models.
## 🎯 Project Goals
- Track trends in GDP, inflation, interest rates, unemployment, and trade
- Identify regional economic performance
- Explore correlations between indicators
- Support policy and investment recommendations## SQL Skills:
- Time-series joins, union, date parsing## 🧱 Schema
- `countries`: Country metadata
- `indicators`: Indicator definitions (GDP, Inflation, etc.)
- `macro_data`: Time-series values by country and indicator## 📊 Key SQL Outputs
- GDP growth trends by region and country
- Top countries by GDP
- Correlation between inflation and interest rates
- Identify stable vs volatile economies## 📁 Dataset Sources
- [World Bank Indicators](https://databank.worldbank.org/source/world-development-indicators)
- [OECD Macroeconomic Indicators](https://data.oecd.org/)## 📌 Example Insight
- Sub-Saharan Africa has seen GDP growth but rising inflation since 2020
- High-income countries show lower interest rate volatility
- Trade deficits often correlate with higher inflation in emerging markets---