Custom YData Profiling component for Streamlit.
Project description
📈 Streamlit Pandas Profiling
This is a slightly tweaked version of the streamlit-pandas-profiling
component but with the latest dependencies. I've created this for my another ongoing project whose dependencies kept on clashing with the streamlit-pandas-profiling package by okld.
Installation
pip install streamlit-custom-ydata-profiling
Getting started
import pandas as pd
import streamlit as st
from ydata_profiling import ProfileReport
from streamlit_custom_ydata_profiling import st_profile_report
df = pd.read_csv("https://storage.googleapis.com/tf-datasets/titanic/train.csv")
pr = ProfileReport(df)
st_profile_report(pr)
Demo
[![Open in Streamlit][share_badge]][share_link]
[![Preview][share_img]][share_link]
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
File details
Details for the file streamlit-custom-ydata-profiling-0.1.1.tar.gz
.
File metadata
- Download URL: streamlit-custom-ydata-profiling-0.1.1.tar.gz
- Upload date:
- Size: 128.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe6108c7b25a56d4f420804c10135aee6cdd5e9f60fa9b2f39fa2b5d5042125a |
|
MD5 | bee5f212421d4cd62e2bbed6ca27b160 |
|
BLAKE2b-256 | bf35856a00fc8ced36703fa166833ba7f7ab71661944700be692ff5b49bfb632 |
File details
Details for the file streamlit_custom_ydata_profiling-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: streamlit_custom_ydata_profiling-0.1.1-py3-none-any.whl
- Upload date:
- Size: 129.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9150fc08f1e65d273ca21fbe9fd261406220bdd870061bd4498809b3cf4104d8 |
|
MD5 | 5f8197a2a17d95ceff711ad6156a98cf |
|
BLAKE2b-256 | 7a2662a78103dd1cd1181d48912eefdd6a78d5905b3f81769bacaa3a134e22b1 |