read a raw CSV file; clean and validate each row; remove duplicate orders; load the clean rows into SQLite; run a few SQL queries and save a summary report. I kept the project small on purpose. The ...
An ETL pipeline that extracts from CSV or Azure SQL Server, cleans and transforms data with pandas, loads to SQLite and optionally Azure Blob Storage, generates automated HTML/PNG reports, and ...