# DataInsight Lite 📊
**One-line Exploratory Data Analysis (EDA) for your pandas DataFrames.**
Generate beautiful HTML or PDF reports with descriptive stats, heatmaps, outlier detection, and missing value insights.
Added Support For CSV, EXCEL, JSON file
---
## 🚀 Features
- ✅ **One-liner API**: `quick_report(file_path, sheet_name[Optional], output="report.html")`
- 📊 Dataset summary, descriptive stats
- 🔥 Correlation heatmap
- 🕵️♀️ Missing value visualizations
- 🎯 Outlier detection
- 💻 CLI support: `datainsight-lite dataset.csv --output report.html`
- 📝 Generates clean, professional HTML or PDF reports
---
## 📦 Installation
```bash
pip install datainsight-lite
Raw data
{
"_id": null,
"home_page": "https://github.com/swaksh-war/datainsight-lite",
"name": "datainsight-lite",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "eda, data-analysis, pandas, report, visualization",
"author": "Swakshwar Ghosh",
"author_email": "Swakshwar Ghosh <ghoshswakshwar@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/64/fd/947f23a7658fe1d4baa21e306c7091a29c547272ee5d8913854b25a7d346/datainsight_lite-0.1.3.tar.gz",
"platform": null,
"description": "# DataInsight Lite \ud83d\udcca\n\n**One-line Exploratory Data Analysis (EDA) for your pandas DataFrames.** \nGenerate beautiful HTML or PDF reports with descriptive stats, heatmaps, outlier detection, and missing value insights.\n\nAdded Support For CSV, EXCEL, JSON file\n\n---\n\n## \ud83d\ude80 Features\n\n- \u2705 **One-liner API**: `quick_report(file_path, sheet_name[Optional], output=\"report.html\")`\n- \ud83d\udcca Dataset summary, descriptive stats\n- \ud83d\udd25 Correlation heatmap\n- \ud83d\udd75\ufe0f\u200d\u2640\ufe0f Missing value visualizations\n- \ud83c\udfaf Outlier detection\n- \ud83d\udcbb CLI support: `datainsight-lite dataset.csv --output report.html`\n- \ud83d\udcdd Generates clean, professional HTML or PDF reports\n\n---\n\n## \ud83d\udce6 Installation\n\n```bash\npip install datainsight-lite\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A one-line EDA report generator for pandas DataFrames.",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/swaksh-war/datainsight-lite",
"Issues": "https://github.com/swaksh-war/datainsight-lite/issues",
"Repository": "https://github.com/swaksh-war/datainsight-lite"
},
"split_keywords": [
"eda",
" data-analysis",
" pandas",
" report",
" visualization"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cf56db02918a098c6948ee32c361f95853317923b6f1fd22f0dcdb2a6899e79d",
"md5": "67694f2d4897b3dcd66389313bfecb99",
"sha256": "e0e9f99beaf53f99cb83d8c76c1f2b2d53913588d6babb10f04c444296916d1b"
},
"downloads": -1,
"filename": "datainsight_lite-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "67694f2d4897b3dcd66389313bfecb99",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 2700,
"upload_time": "2025-07-20T06:46:05",
"upload_time_iso_8601": "2025-07-20T06:46:05.006457Z",
"url": "https://files.pythonhosted.org/packages/cf/56/db02918a098c6948ee32c361f95853317923b6f1fd22f0dcdb2a6899e79d/datainsight_lite-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "64fd947f23a7658fe1d4baa21e306c7091a29c547272ee5d8913854b25a7d346",
"md5": "667f1dffb157c9c75ebbfc30dfb18ebd",
"sha256": "5025c3cc42dd664072c364e49e05122eb6107fab5b06d7e75292420913d09b70"
},
"downloads": -1,
"filename": "datainsight_lite-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "667f1dffb157c9c75ebbfc30dfb18ebd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 3140,
"upload_time": "2025-07-20T06:46:06",
"upload_time_iso_8601": "2025-07-20T06:46:06.353523Z",
"url": "https://files.pythonhosted.org/packages/64/fd/947f23a7658fe1d4baa21e306c7091a29c547272ee5d8913854b25a7d346/datainsight_lite-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-20 06:46:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "swaksh-war",
"github_project": "datainsight-lite",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pandas",
"specs": [
[
">=",
"1.3"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.4"
]
]
},
{
"name": "seaborn",
"specs": [
[
">=",
"0.11"
]
]
},
{
"name": "jinja2",
"specs": [
[
">=",
"3.0"
]
]
}
],
"lcname": "datainsight-lite"
}