Metadata-Version: 2.4
Name: smart-data-profiler
Version: 0.1.1
Summary: A lightweight Python library for automated dataset profiling, visualization, and insights.
Author-email: Asad Akbar Mulani <mulani.a@northeastern.edu>
Project-URL: Homepage, https://github.com/asadmulani/smart-data-profiler
Project-URL: BugTracker, https://github.com/asadmulani/smart-data-profiler/issues
Keywords: data profiling,eda,data analysis,automation,pandas
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: jinja2
Requires-Dist: matplotlib
Requires-Dist: seaborn
Dynamic: license-file

# 🧠 Smart Data Profiler

**A lightweight Python library for automated dataset profiling, visualization, and smart insights.**

Smart Data Profiler automatically analyzes your dataset (CSV or DataFrame) and generates a detailed HTML report with:
- ✅ Missing value summary  
- 📊 Data types and descriptive statistics  
- ⚠️ Outlier detection  
- 🔗 Correlation heatmap  
- 💡 Smart recommendations (e.g., fill missing values, handle correlations)
- 🧮 Data Health Score

Built as a personal project to simplify data understanding during EDA and feature engineering.

### 🔧 Installation
```bash
pip install smart-data-profiler
