okld / streamlit-pandas-profiling

Pandas profiling component for Streamlit.

Home Page:https://share.streamlit.io/okld/streamlit-gallery/main?p=pandas-profiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📈 Streamlit Pandas Profiling

GitHub PyPI

Installation

pip install streamlit-pandas-profiling

Getting started

import pandas as pd
import pandas_profiling
import streamlit as st

from streamlit_pandas_profiling import st_profile_report

df = pd.read_csv("https://storage.googleapis.com/tf-datasets/titanic/train.csv")
pr = df.profile_report()

st_profile_report(pr)

Demo

Open in Streamlit

Preview

About

Pandas profiling component for Streamlit.

https://share.streamlit.io/okld/streamlit-gallery/main?p=pandas-profiling

License:MIT License


Languages

Language:TypeScript 35.7%Language:Python 35.1%Language:HTML 14.7%Language:Makefile 10.3%Language:Shell 4.1%