Global GDP ETL Pipeline
Data EngineeringProblem
International economic data often lives across multiple sources and formats, making longitudinal analysis slow and inconsistent.
Approach
I built an ETL pipeline that scrapes source data, cleans and normalizes records, and stores processed outputs in a relational SQLite schema.
Result
The pipeline enables efficient analysis of global economic trends while reducing manual data preparation work.