Pandas profiling component for Streamlit.
In your python virtual environment, run:
pip install streamlit-pandas-profiling
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