Skip to main content

YData Profiling component for Streamlit.

Project description

📈 Streamlit ydata Profiling

GitHub PyPI

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

Open in Streamlit

Preview

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_ydata_profiling-0.2.1.tar.gz (657.1 kB view hashes)

Uploaded Source

Built Distribution

streamlit_ydata_profiling-0.2.1-py3-none-any.whl (663.7 kB view hashes)

Uploaded Python 3

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