YData Profiling component for Streamlit.
Project description
📈 Streamlit ydata Profiling
Installation
pip install streamlit-ydata-profiling
Getting started
Checkout this example/main.py code.
import numpy as np
import pandas as pd
from ydata_profiling import ProfileReport
import streamlit as st
from streamlit_ydata_profiling import st_profile_report
df = pd.DataFrame(np.random.rand(100, 5), columns=["a", "b", "c", "d", "e"])
pr = ProfileReport(df, minimal=True, orange_mode=True, explorative=True)
st_profile_report(pr, navbar=True)
To view dashboard execute following command:
streamlit run example/main.py
Demo
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for streamlit_ydata_profiling-0.2.1.tar.gz
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 978eb957e5dc47103ed9f29ad2de942cf598c313deae25be08d71e1638eaad8c |
|
| MD5 | e1b58f0af3df82566e345dc420f3f098 |
|
| BLAKE2b-256 | 64bd80178a107300f27382e31c04c48cd72f5a0505b9aca5e3c9ace60ab15a53 |
Close
Hashes for streamlit_ydata_profiling-0.2.1-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 7b197d1840ecbc0734ad1e3595105311c0c62ee47a984e775f3f408b9e503b99 |
|
| MD5 | 2db5cd4e38198baf47bd3cf490b3e69c |
|
| BLAKE2b-256 | f0b51e7f203385f55269a1c665ba7705f6039d34e5b4e6a6446a6a5437323db4 |