Mar22: March 2022

Mar22R Documentation

March 2022

Description

A data set containing the cleaned Divvy data for March 2022

Usage

data("Mar22")

Format

A data frame with 844 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 March 2022, subdivided by electric and classic bike, including all active network stations.

Source

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

Examples

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

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