Dec21: December 2021

Dec21R Documentation

December 2021

Description

A data set containing the cleaned Divvy data for December 2021

Usage

data("Dec21")

Format

A data frame with 817 observations on the following 14 variables.

X

the row number, automatically generated by exporting the CSV

station_id

the station ID number, from the Divvy program

station_name

the station name, from the Divvy program

lat

the station latitude

long

the station longitude

start_n

the number of rides that start at the given station

end_n

the number of rides that end at the given station

e_start_n

the number of E-bike rides that start at the given station

e_end_n

the number of E-bike rides that end at the given station

c_start_n

the number of classic bike rides that start at the given station

c_end_n

the number of classic bike rides that end at the given station

total

the total number of station rides in the given month

electric

the total number of station rides on E-bikes in the given month

classic

the total number of station rides on classic bikes in the given month

Details

Cleaned data for number of Divvy rides by station in December 2021, subdivided by electric and classic bike, including all active network stations.

Source

https://divvy-tripdata.s3.amazonaws.com/202112-divvy-tripdata.zip

Examples

data(Dec21)
## maybe str(Dec21) ; plot(Dec21) ...

ccebra/Divvy-Data documentation built on June 12, 2022, 1:50 a.m.