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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_ydata_profiling-0.2.1.tar.gz.
File metadata
- Download URL: streamlit_ydata_profiling-0.2.1.tar.gz
- Upload date:
- Size: 657.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/6.2.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
978eb957e5dc47103ed9f29ad2de942cf598c313deae25be08d71e1638eaad8c
|
|
| MD5 |
e1b58f0af3df82566e345dc420f3f098
|
|
| BLAKE2b-256 |
64bd80178a107300f27382e31c04c48cd72f5a0505b9aca5e3c9ace60ab15a53
|
File details
Details for the file streamlit_ydata_profiling-0.2.1-py3-none-any.whl.
File metadata
- Download URL: streamlit_ydata_profiling-0.2.1-py3-none-any.whl
- Upload date:
- Size: 663.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/6.2.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b197d1840ecbc0734ad1e3595105311c0c62ee47a984e775f3f408b9e503b99
|
|
| MD5 |
2db5cd4e38198baf47bd3cf490b3e69c
|
|
| BLAKE2b-256 |
f0b51e7f203385f55269a1c665ba7705f6039d34e5b4e6a6446a6a5437323db4
|