bike_sharing_demand | R Documentation |
bike sharing demand dataset
bike_sharing_demand
data.frame, 17376 observations of 10 variables:
Season. 1 - winter, 2 - spring, 3 - summer, 4 - fall.
Year. 0 - 2011, 1 - 2012
Hour.
Whether the day is a holiday.
Day of the week.
Weather situation. 1 - clear of partly cloudy, 2 - mist, 3 - rain or snow.
Normalized temperature in Celsius. The values are derived via (t - t_min)/(t_max - t_min), t_min = -9, t_max = +39.
Normalized humidity. The values are divided by 100 (max).
Normalized windspeed. The values are divided by 67 (max).
Count of rental bikes in each hour.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.