These are the datasets used for the project. Here is the original link: https://www.kaggle.com/datasets/taweilo/capital-bikeshare-dataset-202005202408
There is a Supervised and Clustered Dataset along with my combined datasets
Attributes:
- date (observation date)
- pickup_counts (number of bikes rented per day)
- dropoff_counts (number of bikes dropped off per day)
-tempmax (max daily temp F)
-tempmin (min daily temp F)
-humidity (average daily humidity %)
-precip (daily total precipitation inches)
-windspeed (average daily windspeed mph)
-weekday (numeric representation of day of week 1=monday 7=sunday)
-month (numeric representation 1-12)
-holiday (1 = federal or major holiday and 0 = normal day)
-total_usage (total usage of a station)