Strategic Measures Percent Split Of Modes Based On Commute To Work
City of Austin
@usgov.city_of_austin_strategic_measures_percent_split_of_mod_44e4fa51
City of Austin
@usgov.city_of_austin_strategic_measures_percent_split_of_mod_44e4fa51
This dataset supports measure M.A.1 of SD 2023. The source of the data is the American Community Survey. Each row is the five year estimate for Means of Transportation to Work for Austin. This dataset can be used to gain insight into the estimated mode split for the commute to work in Austin.
View more details and insights related to this measure on the story page: https://data.austintexas.gov/stories/s/hm3r-8jfy
Organization: City of Austin
Last updated: 2020-11-12T13:24:57.660773
Tags: austin-transportation-department, city-of-austin, commute, transportation
CREATE TABLE table_1 (
"id" BIGINT,
"acs_year" BIGINT,
"geography_id" VARCHAR,
"geographic_area_name" VARCHAR,
"total_estimate" BIGINT,
"total_margin_of_error" BIGINT,
"car_van_truck_drove_alone_estimate" BIGINT,
"car_van_truck_drove_alone_moe" BIGINT,
"percent_sov_commute" DOUBLE,
"non_sov_commute" BIGINT,
"percent_nonsov_commute" DOUBLE,
"car_truck_van_total_estimate" BIGINT,
"car_van_truck_moe" BIGINT,
"car_van_truck_carpooled_estimate" BIGINT,
"car_van_truck_carpooled_moe" BIGINT,
"public_transportation_excluding_taxicab_total_estimate" BIGINT,
"public_transportation_excluding_taxicab_total_moe" BIGINT,
"taxicab_estimate" BIGINT,
"taxicab_moe" BIGINT,
"motorcycle_estimate" BIGINT,
"motorcycle_moe" BIGINT,
"bicycle_estimate" BIGINT,
"bicycle_total_moe" BIGINT,
"walked_estimate" BIGINT,
"walked_moe" BIGINT,
"other_means_estimate" BIGINT,
"other_means_moe" BIGINT,
"worked_at_home_estimate" BIGINT,
"worked_at_home_moe" BIGINT,
"date" TIMESTAMP,
"date_uploaded" TIMESTAMP
);Anyone who has the link will be able to view this.