Automated CSV Cleaner for Dirty Datasets
Built by Lucy Kamau | Python Developer & Data Consultant
DataCleaningAPI is a lightweight Python tool designed to automate the preprocessing of raw CSV datasets — perfect for analysts, VAs, creators, and ops teams who need fast cleanup without the chaos.
It handles:
- 🧼 Removing nulls + duplicates
- 🗂️ Standardizing column names
- 📊 Optional data type conversions
- ⚙️ Ready for integration into larger pipelines
- Language: Python 3.x
- Libraries:
pandas,numpy,os,flask(or CLI if no web interface) - Future Integrations: FastAPI for scalable endpoint deployment