This is a very simple static dashboard that I built using this dataset. The main objective is to practice how to create dashboard with streamlit. Enjoy!
conda create --name simple-dashboard python=3.9
conda activate simple-dashboard
pip install pandas plotly seaborn jupyter streamlit
streamlit run app.py
It has been deployed, just check this out here