Metadata-Version: 2.4
Name: discover_with_mahdi
Version: 1.0.0
Summary: Automated Exploratory Data Analysis Library for JSON Data
Home-page: https://github.com/mahdi123-tech
Author: Louati Mahdi
Author-email: louatimahdi390@gmail.com
Project-URL: Bug Reports, https://github.com/mahdi123-tech
Project-URL: source, https://github.com/mahdi123-tech
Project-URL: Documentation, https://github.com/mahdi123-tech
Keywords: eda,data analysis,json,exploratory data analysis,pandas,tabulate
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.3.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: tabulate>=0.8.9
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=2.12; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.9; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# discover_with_mahdi

![PyPI Version](https://img.shields.io/pypi/v/discover_with_mahdi)
![Python Versions](https://img.shields.io/pypi/pyversions/discover_with_mahdi)
![License](https://img.shields.io/pypi/license/discover_with_mahdi)

**Automated Exploratory Data Analysis Library for JSON Data**

## Features

- 🔍 **Comprehensive Analysis**: Automatic detection of data types, missing values, outliers, and correlations
- 📊 **Interactive Reports**: Beautiful table-formatted reports using tabulate
- 🌐 **HTML Export**: Generate interactive HTML reports
- 📁 **Multiple Input Formats**: Support for JSON files, strings, and dictionaries
- 🚀 **Easy to Use**: Simple API for quick EDA
- 📈 **Statistical Insights**: Descriptive statistics and correlation analysis

## Installation

```bash
pip install discover_with_mahdi
