Skip to content

bjpenck/streamlit-pandas-profiling

 
 

Repository files navigation

📈 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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 35.8%
  • Python 35.1%
  • HTML 14.7%
  • Makefile 10.3%
  • Shell 4.1%