Transportation - Seattle Neighborhoods
City of Seattle
@usgov.city_of_seattle_transportation_table_seattle_neighborhoods
City of Seattle
@usgov.city_of_seattle_transportation_table_seattle_neighborhoods
CREATE TABLE table_1 (
"objectid" BIGINT,
"neigh_no" DOUBLE,
"neighborhood_name" VARCHAR,
"neighborhood_type" VARCHAR,
"neighborhood_subtype" VARCHAR,
"acs_vinatage" VARCHAR,
"no_vehicles_available" BIGINT,
"n_1_vehicle_available" BIGINT,
"n_2_vehicles_available" BIGINT,
"n_3_or_more_vehicles_available" BIGINT,
"worked_from_home" BIGINT,
"car_truck_or_van_drove_alone" BIGINT,
"car_truck_or_van_carpooled" BIGINT,
"public_transportation_excluding_taxicab" BIGINT,
"other_means" BIGINT,
"travel_time_15_minutes" BIGINT,
"travel_time_15_29_minutes" BIGINT,
"travel_time_30_44_minutes" BIGINT,
"travel_time_45_59_minutes" BIGINT,
"travel_time_60_89_minutes" BIGINT,
"travel_time_90_minutes" BIGINT,
"walked" BIGINT,
"workers_16_years_and_over" BIGINT,
"total_households" BIGINT,
"neighborhood_type_outside_comp_plan_areas_id" VARCHAR
);
Anyone who has the link will be able to view this.