What it does
- Reads every CSV file in a folder
- Standardises column names
- Removes blank rows and duplicates
- Validates required fields
- Exports a clean CSV or Excel-ready file
A small Python automation that takes messy exports and returns a clean, usable file.
Every job includes the finished files and short instructions so the client can actually use the thing. Revolutionary. We may never recover.
Input folder:
raw/customers_jan.csv
raw/customers_feb.csv
Output:
clean/customers_combined_clean.csv
Includes:
README.md
clean_csv.py
sample files