Division Of Tenement House Inspection Annual Reports 1907/1913
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_division_of_tenement_ho_2b53f366
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_division_of_tenement_ho_2b53f366
CREATE TABLE data_dictionary_for_height_of_tenement_houses_by_story_1912 (
"field_name" VARCHAR,
"data_type" VARCHAR,
"field_description" VARCHAR,
"example" BIGINT
);
CREATE TABLE data_dictionary_for_record_of_tenement_houses_1912 (
"field_name" VARCHAR,
"data_type" VARCHAR,
"field_description" VARCHAR,
"example" BIGINT
);
CREATE TABLE data_dictionary_for_summary_of_inspections_conducted (
"field_name" VARCHAR,
"data_type" VARCHAR,
"field_description" VARCHAR,
"example" VARCHAR,
"notes" VARCHAR
);
CREATE TABLE data_dictionary_for_violations_corrected (
"field_name" VARCHAR,
"data_type" VARCHAR,
"field_description" VARCHAR,
"example" DOUBLE,
"notes" VARCHAR
);
CREATE TABLE height_of_tenement_houses_by_story_front_1912 (
"ward" BIGINT,
"one_story_buildings" BIGINT,
"two_story_buildings" BIGINT,
"three_story_buildings" BIGINT,
"four_story_buildings" BIGINT,
"five_story_buildings" BIGINT,
"six_story_buildings" BIGINT
);
CREATE TABLE height_of_tenement_houses_by_story_rear_1912 (
"ward" BIGINT,
"one_story_buildings" BIGINT,
"two_story_buildings" BIGINT,
"three_story_buildings" BIGINT,
"four_story_buildings" BIGINT,
"five_story_buildings" BIGINT,
"six_story_buildings" BIGINT
);
CREATE TABLE n__dictionary_for_number_of_apartments_in_a_tenement_house_1912 (
"field_name" VARCHAR,
"data_type" VARCHAR,
"field_description" VARCHAR,
"example" BIGINT
);
CREATE TABLE number_of_apartments_in_a_tenement_house_1912 (
"ward" BIGINT,
"three_apartments" BIGINT,
"four_apartments" BIGINT,
"five_apartments" BIGINT,
"six_apartments" BIGINT,
"seven_apartments" BIGINT,
"eight_apartments" BIGINT,
"nine_apartments" BIGINT,
"ten_apartments" BIGINT,
"eleven_apartments" BIGINT,
"twelve_apartments" BIGINT,
"thirteen_apartments" BIGINT,
"fourteen_apartments" BIGINT,
"fifteen_or_more_apartments" BIGINT
);
CREATE TABLE record_of_tenement_houses_in_pittsburgh_1912 (
"ward" BIGINT,
"total_tenement_houses_in_pittsburgh" BIGINT,
"actually_occupied" BIGINT,
"vacant" BIGINT,
"wood_construction" BIGINT,
"brick_construction" BIGINT,
"stone_construction" BIGINT
);
CREATE TABLE summary_of_inspections_conducted_1907_1913 (
"year" VARCHAR,
"houses_inspected" BIGINT,
"violations_found" VARCHAR,
"complaints_investigated" VARCHAR,
"violations_corrected" BIGINT
);
Anyone who has the link will be able to view this.