This project explores bike rental patterns using the Databricks platform and the built-in bikeSharing dataset.
The goal is to answer key questions such as:
- When do people rent bikes?
- Do rental trends differ between weekdays and weekends?
- Are there seasonal or hourly patterns?
The dataset is available at: /databricks-datasets/bikeSharing/data-001/hour.csv
| Notebook | Description |
|---|---|
bike-sharing |
Bike Sharing Exploratory Data Analysis |
- Databricks Community Edition or Premium
- Python (Databricks Runtime 11.3+ recommended)
- Matplotlib / Seaborn (pre-installed in Databricks)
- Clone this repo:
git clone https://github.com/snburk90/bike-sharing.git