Sep17: September 2017

Sep17R Documentation

September 2017

Description

A data set containing the cleaned Divvy data for September 2017

Usage

data("Sep17")

Format

A data frame with 567 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 September 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(Sep17)
## maybe str(Sep17) ; plot(Sep17) ...

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