Profiles Data
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_profiles_data
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_profiles_data
Data used to link profiles with data in the data center.
Organization: Allegheny County / City of Pittsburgh / Western PA Regional Data Center
Last updated: 2023-01-24T18:10:30.504738
Tags: _profiles
CREATE TABLE blockgroup_lookup (
"id" BIGINT,
"geoid" BIGINT,
"geom" VARCHAR
);CREATE TABLE county_lookup (
"id" BIGINT,
"geoid" BIGINT,
"geom" VARCHAR
);CREATE TABLE county_subdivision_lookuip (
"id" BIGINT,
"geoid" BIGINT,
"geom" VARCHAR
);CREATE TABLE covid_19_vaccinations_by_race_across_zip_codes (
"patient_zip_code" BIGINT,
"partially_covered_african_american" DOUBLE,
"partially_covered_asian" DOUBLE,
"partially_covered_native_american" DOUBLE,
"partially_covered_pacific_islander" DOUBLE,
"partially_covered_multiple_other" DOUBLE,
"partially_covered_white" DOUBLE,
"partially_covered_unknown" DOUBLE,
"fully_covered_african_american" DOUBLE,
"fully_covered_asian" DOUBLE,
"fully_covered_native_american" DOUBLE,
"fully_covered_pacific_islander" DOUBLE,
"fully_covered_multiple_other" DOUBLE,
"fully_covered_white" DOUBLE,
"fully_covered_unknown" DOUBLE,
"georeferenced_latitude_longitude" VARCHAR -- Georeferenced Latitude & Longitude
);CREATE TABLE place_lookup (
"id" BIGINT,
"geoid" BIGINT,
"geom" VARCHAR
);CREATE TABLE puma_lookup (
"id" BIGINT,
"geoid" BIGINT,
"geom" VARCHAR
);CREATE TABLE school_district_lookup (
"id" BIGINT,
"geoid" BIGINT,
"geom" VARCHAR
);Anyone who has the link will be able to view this.