Pandas Profiling component for Streamlit.
Project description
📈 Streamlit Pandas Profiling
Installation
pip install streamlit-pandas-profiling
Getting started
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file streamlit_pandas_profiling-0.1.3.tar.gz
.
File metadata
- Download URL: streamlit_pandas_profiling-0.1.3.tar.gz
- Upload date:
- Size: 131.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6719cf2cfd682b59470d90aa09b4529a6622d915cef4faa3e88f85c00b7faf79 |
|
MD5 | 860fb4854ff4acd79c79589842feb276 |
|
BLAKE2b-256 | 25ea4602872d82b115b096bd8b5057d52fdf063d9894f999290d5eccfe937b85 |
File details
Details for the file streamlit_pandas_profiling-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: streamlit_pandas_profiling-0.1.3-py3-none-any.whl
- Upload date:
- Size: 259.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 826dcef1dc8d4882bec645f0a3b70c70ff20cc31ae90200445392155607493e3 |
|
MD5 | 28cb700124fd60fa4001ffaf6e799110 |
|
BLAKE2b-256 | 5c7a608dd8b07724e748b33ebef2a166f3ff32e79b8e087b2253337ba7318fa2 |