bike | R Documentation |
A dataset containing the number of rides per day and other attributes over the course of 2 years
bike
A data frame with 731 rows and 12 variables:
date in YYYY-MM-DD format.
Number of registered bike rides.
categorical variable (1="winter", 2 = "spring", 3 = "summer", 4 = "fall").
year (0="2011", 1 = "2012").
month from 1-12 where 1 = "January".
binary variable for public holidays.
day of the week 0-6, 0 = "Sunday".
binary variable for working days (=1).
categorical variable (1="clear", 2 = "mist", 3 = "light snow").
continuous temperature variable, normalized to lie between 0 and 1.
continuous humidity variable, normalized to lie between 0 and 1.
continuous windspeed variable, normalized to lie between 0 and 1.
...
https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.