Allegheny County Human Services Community Profiles
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_human__dc8ac222
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_human__dc8ac222
CREATE TABLE municipality_profiles (
"n__id" BIGINT,
"metric_name" VARCHAR,
"report_group" VARCHAR,
"calendar_year" BIGINT,
"kpi_count" DOUBLE,
"geo_area_name" VARCHAR,
"population_name" VARCHAR,
"acs_5_yr_est" BIGINT,
"kpi_population" DOUBLE
);
CREATE TABLE pittsburgh_neighborhood_profiles (
"n__id" BIGINT,
"metric_name" VARCHAR,
"report_group" VARCHAR,
"calendar_year" BIGINT,
"kpi_count" DOUBLE,
"geo_area_name" VARCHAR
);
Anyone who has the link will be able to view this.