Metadata-Version: 2.4
Name: Claridata
Version: 0.1.0
Summary: A modular data preprocessing pipeline for Python
Home-page: https://github.com/Dhivakar2005/Claridata
Author: Dhivakar G
Author-email: Dhivakar G <dhivs838@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.1
Requires-Dist: scikit-learn>=1.3
Requires-Dist: imbalanced-learn>=0.14
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Claridata v0.1.0

Automated data cleaning and preprocessing for pandas DataFrames.

## Features

- Handle duplicates
- Impute missing values (numerical and categorical)
- Handle outliers (winsorization or deletion)
- Encode categorical features (OneHot or Label)
- Extract datetime features
- Automatic logging

## Installation

```bash
pip install .
