This dashboard visualizes the impact of weather and time of day on bike sharing usage, focusing on how different weather conditions and hours of the day affect the number of users on working days versus non-working days.
Make sure you have the following installed:
- Python 3.x
- Pandas
- Seaborn
- Matplotlib
You can install the required packages using pip:
pip install pandas seaborn matplotlib
mkdir proyek_analisis_data
cd proyek_analisis_data
pipenv install
pipenv shell
pip install -r requirements.txt
streamlit run dashboard.py