A production-style, end-to-end ETL pipeline that ingests messy real-world CSV exports, cleans and validates the data through a structured transform stage, and loads it into a star-schema SQLite ...
This project demonstrates a simple Extract, Transform, Load (ETL) pipeline built in Python that ingests data from multiple file formats, standardizes the schema, and combines the datasets into a ...