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 hashes)

Uploaded Source

Built Distribution

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