Strategic Measures Transit Travel Time Reliability: Percent Change In MetroBus On-time Performance By Type
City of Austin
@usgov.city_of_austin_strategic_measures_transit_travel_time__cfbf3255
City of Austin
@usgov.city_of_austin_strategic_measures_transit_travel_time__cfbf3255
This dataset supports measure M.A.2.a of SD 2023. The source of the data is Capital Metro. Each row displays the statistics related to performance by time.This dataset can be used to know more about on-time performance trends for transit in Austin. View more details and insights related to this measure on the story page : https://data.austintexas.gov/stories/s/M-A-2-a-Transit-Travel-Time-Reliability-percent-ch/ktzy-fxx3/
Organization: City of Austin
Last updated: 2021-08-07T11:58:30.075345
Tags: capital-metropolitan-transportation-authority, transit, transportation
CREATE TABLE table_1 (
"number" BIGINT,
"fiscal_year" BIGINT,
"type" VARCHAR,
"on_time" DOUBLE -- On Time %,
"total_tp" BIGINT,
"ontime_tp" BIGINT,
"late_tp" BIGINT,
"early_tp" BIGINT,
"late" DOUBLE -- Late %,
"early" DOUBLE -- Early %,
"year_date" TIMESTAMP,
"date_created" TIMESTAMP
);Anyone who has the link will be able to view this.