Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 319 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 319 Bytes

Bike Sharing Data Analysis

Setup environment (Windows)

python -m venv venv
.\venv\Scripts\activate
pip install pandas matplotlib seaborn streamlit

Run streamlit dashboard

di UNIX
streamlit run ./dashboard/dashboard.py
di Windows
streamlit run .\dashboard\dashboard.py