Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 236 Bytes

File metadata and controls

12 lines (11 loc) · 236 Bytes

🚵Bike-sharing: Analysis Dashboard

Setup environment

python -m venv dashboard
dashboard\Scripts\activate
pip install numpy pandas matplotlib seaborn streamlit babel

Run steamlit app

streamlit run dashboard.py