Single-Family Home Sale Prices By Census Tract
City of Seattle
@usgov.city_of_seattle_single_family_home_sale_prices_by_cens_53edf489
City of Seattle
@usgov.city_of_seattle_single_family_home_sale_prices_by_cens_53edf489
CREATE TABLE table_1 (
"objectid" BIGINT,
"geoid" BIGINT,
"tract_label" DOUBLE,
"tract_name" VARCHAR,
"cra_name" VARCHAR,
"cra_id" DOUBLE,
"year" BIGINT,
"sales" BIGINT,
"cost" VARCHAR,
"change" VARCHAR,
"price_sqft" BIGINT,
"price_nom" BIGINT,
"change_sqft" DOUBLE,
"change_nom" DOUBLE,
"concern" VARCHAR,
"shape_area" DOUBLE,
"shape_length" DOUBLE
);
Anyone who has the link will be able to view this.