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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

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

Hashes for streamlit_ydata_profiling-0.2.1.tar.gz
Algorithm Hash digest
SHA256 978eb957e5dc47103ed9f29ad2de942cf598c313deae25be08d71e1638eaad8c
MD5 e1b58f0af3df82566e345dc420f3f098
BLAKE2b-256 64bd80178a107300f27382e31c04c48cd72f5a0505b9aca5e3c9ace60ab15a53

See more details on using hashes here.

File details

Details for the file streamlit_ydata_profiling-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_ydata_profiling-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7b197d1840ecbc0734ad1e3595105311c0c62ee47a984e775f3f408b9e503b99
MD5 2db5cd4e38198baf47bd3cf490b3e69c
BLAKE2b-256 f0b51e7f203385f55269a1c665ba7705f6039d34e5b4e6a6446a6a5437323db4

See more details on using hashes here.

Supported by

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