Rent Burden Greater Than 30%
City of Seattle
@usgov.city_of_seattle_rent_burden_greater_than_30_7408b
City of Seattle
@usgov.city_of_seattle_rent_burden_greater_than_30_7408b
Displacement risk indicator showing how many households within the specified groups are facing housing cost burden (contributing more than 30% of monthly income toward housing costs).
Organization: City of Seattle
Last updated: 2024-12-16T22:35:07.540717
Tags: gis, hdri, ipums, planning, seattle-gis-open-data
CREATE TABLE table_1 (
"objectid" BIGINT,
"year" BIGINT,
"race" VARCHAR,
"tenure" VARCHAR,
"age" VARCHAR,
"f0_30" DOUBLE -- F0, 30,
"f30_50" DOUBLE -- F30, 50,
"f50_80" DOUBLE -- F50, 80,
"f80_120" DOUBLE -- F80, 120,
"above_120" DOUBLE,
"all" DOUBLE
);Anyone who has the link will be able to view this.