bike_sharing_demand {ExamPAData} | R Documentation |
Bike sharing demand
Description
bike sharing demand dataset
Usage
bike_sharing_demand
Format
data.frame, 17376 observations of 10 variables:
- season
Season. 1 - winter, 2 - spring, 3 - summer, 4 - fall.
- year
Year. 0 - 2011, 1 - 2012
- hour
Hour.
- holiday
Whether the day is a holiday.
- weekday
Day of the week.
- weathersit
Weather situation. 1 - clear of partly cloudy, 2 - mist, 3 - rain or snow.
- temp
Normalized temperature in Celsius. The values are derived via (t - t_min)/(t_max - t_min), t_min = -9, t_max = +39.
- humidity
Normalized humidity. The values are divided by 100 (max).
- windspeed
Normalized windspeed. The values are divided by 67 (max).
- bikes_per_hour
Count of rental bikes in each hour.
[Package ExamPAData version 0.5.0 Index]