2020 Census Redistricting Data Extracts (PL 94-171)
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_2020_census_redistricti_7ad23f6b
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_2020_census_redistricti_7ad23f6b
CREATE TABLE block_index_city_of_pittsburgh_neighborhoods (
"sumlev" DOUBLE,
"county" BIGINT,
"cousub" BIGINT,
"tract" BIGINT,
"blkgrp" BIGINT,
"block" BIGINT,
"name" VARCHAR,
"geoid20" BIGINT,
"neighborhood" VARCHAR,
"neighborhoodgroup" VARCHAR
);
CREATE TABLE city_of_pittsburgh_neighborhood_population_2020 (
"neighborhood" VARCHAR,
"n_2010_total_population" BIGINT,
"n_2010_onerace_population" BIGINT,
"n_2010_white_alone_population" BIGINT,
"n_2010_black_alone_population" BIGINT,
"n_2010_american_indian_and_alaska_native_alone_population" BIGINT,
"n_2010_asian_alone_population" BIGINT,
"n_2010_native_hawaiian_and_other_pacific_islander_alon_3faa4342" BIGINT,
"n_2010_any_other_single_race_alone_popualtion" BIGINT,
"n_2010_population_two_or_more_races" BIGINT,
"n_2010_hispanic_or_latino_population" BIGINT,
"n_2020_total_population" BIGINT,
"n_2020_onerace_population" BIGINT,
"n_2020_white_alone_population" BIGINT,
"n_2020_black_alone_population" BIGINT,
"n_2020_american_indian_and_alaska_native_alone_population" BIGINT,
"n_2020_asian_alone_population" BIGINT,
"n_2020_native_hawaiian_and_other_pacific_islander_alon_50659dca" BIGINT,
"n_2020_any_other_single_race_alone_popualtion" BIGINT,
"n_2020_population_two_or_more_races" BIGINT,
"n_2020_hispanic_or_latino_population" BIGINT,
"change_2010_to_2020_total_population" BIGINT,
"change_2010_to_2020_onerace_population" BIGINT,
"change_2010_to_2020_white_alone_population" BIGINT,
"change_2010_to_2020_black_alone_population" BIGINT,
"change_2010_to_2020_american_indian_and_alaska_native__71c8f3a4" BIGINT,
"change_2010_to_2020_asian_alone_population" BIGINT,
"change_2010_to_2020_native_hawaiian_and_other_pacific__664e4978" BIGINT,
"change_2010_to_2020_any_other_single_race_alone_popualtion" BIGINT,
"change_2010_to_2020_population_two_or_more_races" BIGINT,
"change_2010_to_2020_hispanic_or_latino_population" BIGINT
);
Anyone who has the link will be able to view this.