bike_trip_data: Bike trips using LA Metro's bike share program from 2017-2019

Description Usage Format Source

Description

A data set containing bike trips recorded by LA Metro's bike share program between 2017 - 2019

Usage

1

Format

A data frame with 763839 rows and 26 variables:

trip_id

Locally unique integer that identifies the trip

duration

Length of trip in minutes

start_time

The date/time when the trip began, presented in ISO 8601 format in local time

end_time

The date/time when the trip ended, presented in ISO 8601 format in local time

start_station

The station ID where the trip originated (for station name and more information on each station see the Station Table)

start_lat

The latitude of the station where the trip originated

start_lon

The longitude of the station where the trip originated

end_station

The station ID where the trip terminated (for station name and more information on each station see the Station Table)

end_lat

The latitude of the station where the trip terminated

end_lon

The longitude of the station where the trip terminated

bike_id

Locally unique integer that identifies the bike

plan_duration

The number of days that the plan the passholder is using entitles them to ride; 0 is used for a single ride plan (Walk-up)

trip_route_category

"One Way" or "Round Trip"

passholder_type

Type of LA Metro pass used for the trip (e.g. "Monthly Pass", "Walk-up", "Annual Pass", "One Day Pass","Flex Pass", "Testing"). Testing passholder_type means that a trip was done by a Metro employee

bike_type

Type of bike used on the trip (e.g. "standard","electric", "smart"). Possibly NA

year

Helper date column based on start_time

month

Helper date column based on start_time

day

Helper date column based on start_time

hour

Helper date column based on start_time

minute

Helper date column based on start_time

usc_ride

Did the ride start at a station near USC?

time_of_day
end_time_of_day
start_station_name

LA Metro bike share station name provided by LA Metro

start_region

Region of LA in which the ride started. Grouped defined by LA Metro

Source

https://bikeshare.metro.net/about/data/


BUAD312/BUAD_312_data documentation built on March 17, 2021, 11:43 a.m.