Metadata-Version: 2.4
Name: datahygiene-transformer
Version: 0.1.4
Summary: A sklearn-compatible transformer for cleaning tabular data
Author-email: Your Name <you@example.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: pyyaml
Dynamic: license-file

# DataHygiene

`DataHygieneTransformer` is a scikit-learn compatible transformer for preprocessing tabular data — handling missing values, encoding categories, dropping noisy columns, and enforcing schema alignment for machine learning.

## Install

```bash
pip install datahygiene
