Python implementation of the Financial ETL Pipeline from ETL_Data_Specification.docx: read CSV → apply 3-stage transformations → load into 5 database tables. financial-etl-python/ ├── ...
An end-to-end data engineering project that ingests live weather data from the OpenWeatherMap API, orchestrates a 5-stage ETL pipeline, persists clean records to a MySQL database via SQLAlchemy ORM, ...