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
Displacement risk indicator classifying census tracts according to single-family home sale prices in census tracts where at least 100 single-family homes exist. We classify arms-length transactions only along two dimensions:
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, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.