Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 626 Bytes

File metadata and controls

19 lines (14 loc) · 626 Bytes

Olist Brazilian E-Commerce Dashboard

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!

Setup environment

conda create --name simple-dashboard python=3.9
conda activate simple-dashboard
pip install pandas plotly seaborn jupyter streamlit

Run streamlit app

streamlit run app.py

The dashboard appearence

It has been deployed, just check this out here