This project demonstrates a simple Python automation script that cleans CSV files.
- Reads a CSV file
- Removes empty rows
- Outputs a cleaned CSV file
- Prints a summary of processed rows
- Make sure Python 3 is installed
- Place your CSV file as
input.csv - Run:
python csv_cleaner.py