trip_history_sample {bluebike}R Documentation

Random 1000 samples from the Blue Bikes System Data website

Description

a random sample of bluebike trip history data from February, 2022

Usage

trip_history_sample

Format

A data frame of 1,000 rows representing each sample of trip history

trip_duration

Trip duration of each trip measured in seconds

start_time

Start time and date of each trip

stop_time

Stop time and date of each trip

start_station_id

The identification variable of the start station

start_station_name

The name of the end station

start_station_latitude

The latitude of the start station

start_station_longitude

The longitude of the start station

end_station_id

The identification variable of the end station

end_station_name

The name of the end station

end_station_latitude

The latitude of the end station

end_station_longitude

The longitude of the start station

bike_id

The identification variable of the bike corresponding to each trip

user_type

Type of user in each trip (Casual = Single Trip or Day Pass user; Member = Annual or Monthly Member)

postal_code

Postal code of the user

Source

The original source of the data are bluebikes system data retrieved from https://www.bluebikes.com/system-data


[Package bluebike version 0.0.3 Index]