Skip to main content

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.

GitHub PyPI

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit-custom-ydata-profiling-0.1.1.tar.gz (128.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file streamlit-custom-ydata-profiling-0.1.1.tar.gz.

File metadata

File hashes

Hashes for streamlit-custom-ydata-profiling-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fe6108c7b25a56d4f420804c10135aee6cdd5e9f60fa9b2f39fa2b5d5042125a
MD5 bee5f212421d4cd62e2bbed6ca27b160
BLAKE2b-256 bf35856a00fc8ced36703fa166833ba7f7ab71661944700be692ff5b49bfb632

See more details on using hashes here.

File details

Details for the file streamlit_custom_ydata_profiling-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_custom_ydata_profiling-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9150fc08f1e65d273ca21fbe9fd261406220bdd870061bd4498809b3cf4104d8
MD5 5f8197a2a17d95ceff711ad6156a98cf
BLAKE2b-256 7a2662a78103dd1cd1181d48912eefdd6a78d5905b3f81769bacaa3a134e22b1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page