Metadata-Version: 2.4
Name: smart-data-cleaner-suriya
Version: 0.1.0
Summary: Automatically clean pandas DataFrames with a plain-English report of every action taken.
Author: Suriya
License: MIT
Project-URL: Homepage, https://github.com/yourusername/smart-data-cleaner
Keywords: pandas,data-cleaning,data-science,eda
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.3.0
Requires-Dist: numpy>=1.20.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"

# smart-data-cleaner

Automatically clean pandas DataFrames — with a plain-English report explaining every action taken.

## Install (local dev)
```bash
pip install -e .
