City Annual Stats
City of Seattle
@usgov.city_of_seattle_city_annual_stats_bce51
City of Seattle
@usgov.city_of_seattle_city_annual_stats_bce51
CREATE TABLE table_1 (
"city" VARCHAR,
"year" BIGINT,
"const_res" DOUBLE,
"fire" DOUBLE,
"manufacturing" DOUBLE,
"retail" DOUBLE,
"services" DOUBLE,
"wtu" DOUBLE,
"government" DOUBLE,
"education" DOUBLE,
"total_jobs" DOUBLE,
"housing_units" BIGINT,
"housing_units_1" BIGINT,
"housing_units_2_more" BIGINT,
"housing_units_special" BIGINT,
"households" BIGINT,
"household_population" BIGINT,
"gq_population" BIGINT,
"total_population" BIGINT,
"year_display" BIGINT,
"change_population" DOUBLE,
"change_housing_units" DOUBLE,
"change_jobs" DOUBLE,
"objectid" BIGINT
);
Anyone who has the link will be able to view this.