This project automates the cleaning and validation of CSV datasets using Python. It detects missing values, invalid entries, and produces a cleaned output file along with a summary report.
- Detects missing or invalid values
- Cleans and standardises CSV data
- Generates a summary report
- Handles messy real-world data safely
- CSV file containing customer demographic data
- Cleaned CSV file
- Text summary report
python src/clean_csv.py