Metadata-Version: 2.1
Name: Easify
Version: 1.0.3
Summary: Prints preprocessing code for data engineering tasks
Author: Taksh Dhabalia
Author-email: no@example.com
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scikit-learn
Requires-Dist: scipy

# Easify# Preprocessing Printer

This package prints ready-to-use Python code for data preprocessing tasks such as handling missing values, duplicates, encoding, normalization, and visualization.

## Installation

```bash
pip install preprocessing_printer
