Metadata-Version: 2.4
Name: easyda
Version: 0.0.1
Summary: EasyDA: Simple Exploratory Data Analysis and safe preprocessing library
Author-email: Priyanshu Naveen <naveenpriyansh818@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/YOUR_USERNAME/EasyDA
Project-URL: Repository, https://github.com/YOUR_USERNAME/EasyDA
Project-URL: Issues, https://github.com/YOUR_USERNAME/EasyDA/issues
Keywords: EDA,data analysis,data science,machine learning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5
Requires-Dist: numpy>=1.21
Requires-Dist: matplotlib>=3.5
Requires-Dist: seaborn>=0.12
Requires-Dist: scikit-learn>=1.2
Dynamic: license-file

# EasyDA 🚀

EasyDA is a beginner-friendly Python library for **Exploratory Data Analysis (EDA)** and **safe data preprocessing**.

## Features
- CSV validation
- Missing value analysis
- Duplicate detection
- Safe auto-fix (duplicates + nulls)
- Smart preprocessing suggestions
- Visual EDA (heatmap, pairplot)

## Installation
```bash
pip install easyda
