bike: Number of daily rides for a bike share company in Washington...

bikeR Documentation

Number of daily rides for a bike share company in Washington D.C.

Description

A dataset containing the number of rides per day and other attributes over the course of 2 years

Usage

bike

Format

A data frame with 731 rows and 12 variables:

dteday

date in YYYY-MM-DD format.

nRides

Number of registered bike rides.

season

categorical variable (1="winter", 2 = "spring", 3 = "summer", 4 = "fall").

yr

year (0="2011", 1 = "2012").

mnth

month from 1-12 where 1 = "January".

holiday

binary variable for public holidays.

weekday

day of the week 0-6, 0 = "Sunday".

workingday

binary variable for working days (=1).

weathersit

categorical variable (1="clear", 2 = "mist", 3 = "light snow").

temp

continuous temperature variable, normalized to lie between 0 and 1.

hum

continuous humidity variable, normalized to lie between 0 and 1.

windspeed

continuous windspeed variable, normalized to lie between 0 and 1.

...

Source

https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset


StatisticsSU/SUdatasets documentation built on Jan. 29, 2024, 11:36 a.m.