SolarSPELL: Survey ETL + MySQL + Analysis
ETL
Python
SQL
Cleaned multi-country survey data, standardized schemas, and staged to MySQL for downstream analysis.
Problem
SolarSPELL needed a reproducible pipeline to prepare field survey results for analysis.
Data
Collected responses from multiple countries with varying schemas and encodings.
Approach
- Normalized column names and coded categorical values
- Loaded cleaned tables into MySQL using SQLAlchemy
- Produced summary dashboards to explore regional trends
Results
Delivered a reusable ETL script and database that cut data prep time in half.