https://github.com/adnamard/bike-analyze
Analyzing Bike Sharing. For the source of the data you may find them in dataset folder. For dashboard where I display some of graphic you may find them below.
https://github.com/adnamard/bike-analyze
analytics data-science dataengineering datavisualization python streamlit streamlit-dashboard
Last synced: about 2 months ago
JSON representation
Analyzing Bike Sharing. For the source of the data you may find them in dataset folder. For dashboard where I display some of graphic you may find them below.
- Host: GitHub
- URL: https://github.com/adnamard/bike-analyze
- Owner: adnamard
- Created: 2024-03-02T11:31:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T11:42:31.000Z (over 2 years ago)
- Last Synced: 2025-02-02T14:12:34.022Z (over 1 year ago)
- Topics: analytics, data-science, dataengineering, datavisualization, python, streamlit, streamlit-dashboard
- Language: Jupyter Notebook
- Homepage: https://adnamard-bike.streamlit.app/
- Size: 797 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analyze-Bike
# Make Virtual Environment
Silahkan buat virtual environment dengan cara di bawah ini, jika sudah silahkan ke langkah berikutnya
- Make Env: python -m venv env
- Path Env: .\env\Scripts\activate
# Set Up Environment
pip install panda plotly seaborn numpy datetime streamlit
# Run steamlit app
streamlit run dashboard.py
# Voila, enjoy~