| bikes | R Documentation |
Seoul Bike Sharing Demand
bikes
A data frame with 8760 rows and 14 variables:
Datedd/mmm/yyyy.
Rentedcount of bikes rented at each hour.
Hourhour of he day.
Temptemperature in Celsius.
Humidityhumidity in percent.
Windwind speed in meters/sec.
Visibilityvisibility at 10 meters.
Dewdew point temperature in celcius.
Solarsolar radiation in Mj/m2.
Rainfallrainfall in millimeters.
Snowfallsnowfall in centimeters.
Seasons"Winter", "Spring", "Summer", "Autumn".
Holiday"Holiday", "No Holiday".
Functioning_DayDoes the rental bike
system operate on that day?"Yes", "No" .
The data set contains the number of public bikes rented at each hour from the Seoul Bike Sharing System with the corresponding Weather and holiday information. Date is recorded as a character variable. It is a good data set for feature engineering with dates.
Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science. Seoul Bike Sharing Demand Data Set
summary(bikes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.