# 📈 Streamlit Pandas Profiling
[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]
## Installation
```sh
pip install streamlit-pandas-profiling
```
## Getting started
```python
import pandas as pd
import pandas_profiling
import streamlit as st
from streamlit_pandas_profiling import st_profile_report
df = pd.read_csv("https://storage.googleapis.com/tf-datasets/titanic/train.csv")
pr = df.profile_report()
st_profile_report(pr)
```
## Demo
[![Open in Streamlit][share_badge]][share_link]
[![Preview][share_img]][share_link]
[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg
[share_link]: https://share.streamlit.io/okld/streamlit-gallery/main?p=pandas-profiling
[share_img]: https://raw.githubusercontent.com/okld/streamlit-pandas-profiling/main/preview.png
[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/okld/streamlit-pandas-profiling
[pypi_badge]: https://badgen.net/pypi/v/streamlit-pandas-profiling?icon=pypi&color=black&label
[pypi_link]: https://pypi.org/project/streamlit-pandas-profiling
Raw data
{
"_id": null,
"home_page": "https://share.streamlit.io/okld/streamlit-gallery/main?p=pandas-profiling",
"name": "streamlit-pandas-profiling",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "okld",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/25/ea/4602872d82b115b096bd8b5057d52fdf063d9894f999290d5eccfe937b85/streamlit_pandas_profiling-0.1.3.tar.gz",
"platform": "",
"description": "# \ud83d\udcc8 Streamlit Pandas Profiling\n\n[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link] \n\n## Installation\n\n```sh\npip install streamlit-pandas-profiling\n```\n\n## Getting started\n\n```python\nimport pandas as pd\nimport pandas_profiling\nimport streamlit as st\n\nfrom streamlit_pandas_profiling import st_profile_report\n\ndf = pd.read_csv(\"https://storage.googleapis.com/tf-datasets/titanic/train.csv\")\npr = df.profile_report()\n\nst_profile_report(pr)\n```\n\n## Demo\n\n[![Open in Streamlit][share_badge]][share_link] \n\n[![Preview][share_img]][share_link]\n\n[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg\n[share_link]: https://share.streamlit.io/okld/streamlit-gallery/main?p=pandas-profiling\n[share_img]: https://raw.githubusercontent.com/okld/streamlit-pandas-profiling/main/preview.png\n\n[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label\n[github_link]: https://github.com/okld/streamlit-pandas-profiling\n\n[pypi_badge]: https://badgen.net/pypi/v/streamlit-pandas-profiling?icon=pypi&color=black&label\n[pypi_link]: https://pypi.org/project/streamlit-pandas-profiling\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Pandas Profiling component for Streamlit.",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://share.streamlit.io/okld/streamlit-gallery/main?p=pandas-profiling"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5c7a608dd8b07724e748b33ebef2a166f3ff32e79b8e087b2253337ba7318fa2",
"md5": "28cb700124fd60fa4001ffaf6e799110",
"sha256": "826dcef1dc8d4882bec645f0a3b70c70ff20cc31ae90200445392155607493e3"
},
"downloads": -1,
"filename": "streamlit_pandas_profiling-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "28cb700124fd60fa4001ffaf6e799110",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 259764,
"upload_time": "2021-12-07T19:01:33",
"upload_time_iso_8601": "2021-12-07T19:01:33.949598Z",
"url": "https://files.pythonhosted.org/packages/5c/7a/608dd8b07724e748b33ebef2a166f3ff32e79b8e087b2253337ba7318fa2/streamlit_pandas_profiling-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "25ea4602872d82b115b096bd8b5057d52fdf063d9894f999290d5eccfe937b85",
"md5": "860fb4854ff4acd79c79589842feb276",
"sha256": "6719cf2cfd682b59470d90aa09b4529a6622d915cef4faa3e88f85c00b7faf79"
},
"downloads": -1,
"filename": "streamlit_pandas_profiling-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "860fb4854ff4acd79c79589842feb276",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 131545,
"upload_time": "2021-12-07T19:01:36",
"upload_time_iso_8601": "2021-12-07T19:01:36.510155Z",
"url": "https://files.pythonhosted.org/packages/25/ea/4602872d82b115b096bd8b5057d52fdf063d9894f999290d5eccfe937b85/streamlit_pandas_profiling-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-12-07 19:01:36",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "streamlit-pandas-profiling"
}