Port Authority Monthly On Time Performance By Route
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_port_authority_monthly__75bbd5da
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_port_authority_monthly__75bbd5da
CREATE TABLE monthly_otp_by_route (
"n__id" BIGINT,
"route" VARCHAR,
"ridership_route_code" VARCHAR,
"route_full_name" VARCHAR,
"current_garage" VARCHAR,
"mode" VARCHAR,
"month_start" TIMESTAMP,
"year_month" BIGINT,
"day_type" VARCHAR,
"on_time_percent" DOUBLE,
"data_source" VARCHAR
);
CREATE TABLE otp_data_dictionary (
"field_name" VARCHAR,
"description" VARCHAR
);
Anyone who has the link will be able to view this.