/streamlit-pandas-profiling

Pandas profiling component for Streamlit.

Primary LanguageTypeScriptMIT LicenseMIT

Streamlit Pandas Profiling

Pandas profiling component for Streamlit.

Installation

In your python virtual environment, run:

pip install streamlit-pandas-profiling

Demo

You can try this component by running:

# Install dependencies
pip install numpy pandas pandas-profiling

# Run demo app
streamlit run https://raw.githubusercontent.com/Ghasel/streamlit-pandas-profiling/master/examples/streamlit_pandas_profiling_demo.py

Demo