Demo project

CSV cleaner and report generator.

A small Python automation that takes messy exports and returns a clean, usable file.

Fixed-scope Reusable Clear handoff

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

Example handoff

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