Housing Choice Vouchers - Housing Authority Of The City Of Pittsburgh
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_housing_choice_vouchers_9d05d691
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_housing_choice_vouchers_9d05d691
CREATE TABLE april_2019_vouchers (
"tract" VARCHAR,
"count" BIGINT
);
CREATE TABLE april_2021_vouchers (
"tract" BIGINT,
"count_of_vouchers" BIGINT
);
CREATE TABLE april_2022_vouchers (
"tract" BIGINT,
"count_of_vouchers" BIGINT
);
CREATE TABLE hcv_data_dictionary (
"field_name" VARCHAR,
"description" VARCHAR,
"notes" VARCHAR
);
CREATE TABLE july_2020_vouchers (
"tract" VARCHAR,
"count_of_vouchers" BIGINT
);
CREATE TABLE march_2018_vouchers (
"tract" VARCHAR,
"count" DOUBLE
);
Anyone who has the link will be able to view this.