Streamlit Pandas Profiling Save

Pandas profiling component for Streamlit.

Project README

📈 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

Open Source Agenda is not affiliated with "Streamlit Pandas Profiling" Project. README Source: okld/streamlit-pandas-profiling

Open Source Agenda Badge

Open Source Agenda Rating