Healthy Ride Trip Data (archive)
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_healthy_ride_trip_data_archive
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_healthy_ride_trip_data_archive
A dataset that shows trips taken using the Healthy Ride system by quarter. The dataset includes bike number, membership type, trip start and end timestamp, and origin and destination information. A trip is defined as any valid rental one minute or longer.
The Healthy Ride system was replaced by POGOH in May 2022. Data for POGOH may be found here: https://data.wprdc.org/organization/pogoh
Organization: Allegheny County / City of Pittsburgh / Western PA Regional Data Center
Last updated: 2023-01-24T18:07:41.987160
Tags: bike, bike-share, rental, trip
CREATE TABLE healthy_ride_rentals_2015_q2 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2015_q3 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2015_q4 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2016_q1 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2016_q2 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2016_q3 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2016_q4 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2017_q1 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2017_q2 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2017_q3 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2017_q4 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2018_q1 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2018_q2 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2018_q3 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2018_q4 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" BIGINT,
"from_station_name" VARCHAR,
"to_station_id" BIGINT,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2019_q1 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2019_q2 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2019_q3 (
"trip_id" DOUBLE,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" DOUBLE,
"tripduration" DOUBLE,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2019_q4 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2020_q1 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2020_q2 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2020_q3 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2020_q4 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2021_q1 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);CREATE TABLE healthy_ride_rentals_2021_q2 (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" BIGINT,
"tripduration" BIGINT,
"from_station_id" DOUBLE,
"from_station_name" VARCHAR,
"to_station_id" DOUBLE,
"to_station_name" VARCHAR,
"usertype" VARCHAR
);Anyone who has the link will be able to view this.