Oct17: October 2017

Oct17R Documentation

October 2017

Description

A data set containing the cleaned Divvy data for October 2017

Usage

data("Oct17")

Format

A data frame with 566 observations on the following 8 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

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 October 2017, subdivided by electric and classic bike, including all active network stations.

Source

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

Examples

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

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