Metadata-Version: 2.4
Name: eda-reveal
Version: 0.1.1
Summary: Pure Python explainable EDA engine
Author: Pritam Kumar Das
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# QuickEDA

QuickEDA is a pure Python lightweight data inspection and statistics engine.

It is designed for beginners who want to understand how statistical calculations work internally.

No pandas. No numpy. No external dependencies.

---

## Features

- Load CSV files
- Count rows and columns
- List column names
- Mean (with explain mode)
- Median (with explain mode)
- Variance (with explain mode)
- Standard Deviation
- Min / Max
- Value Counts
- Filtering
- Sorting
- Missing value detection
- Duplicate removal

---

## Installation

```bash
pip install quickeda-pritam
