Allegheny County COVID-19 Vaccinations
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_covid__fb04dcac
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_covid__fb04dcac
COVID-19 Vaccination data as reported by the County's health department.
This dataset contains 3 tables:
Types of Vaccination Status:
Due to minor discrepancies in the Municipal boundary and the City of Pittsburgh Neighborhood files individuals whose City Neighborhood cannot be identified are be counted as “Undefined (Pittsburgh)”.
Organization: Allegheny County / City of Pittsburgh / Western PA Regional Data Center
Last updated: 2023-05-14T23:26:25.027535
Tags: _etl, coronavirus, covid-19, covid19, department-of-health, health, sars-cov-2, vaccinations
CREATE TABLE allegheny_county_covid_19_vaccine_historical_municipal_data (
"n__id" BIGINT -- Id,
"month" TIMESTAMP,
"neighborhood_municipality" VARCHAR,
"total_partially_vaccinated" BIGINT,
"completed_primary_series" BIGINT,
"bivalent_booster" BIGINT
);CREATE TABLE allegheny_county_covid_19_vaccine_municipal_data (
"n__id" BIGINT -- Id,
"neighborhood_municipality" VARCHAR,
"total_partially_vaccinated" BIGINT,
"completed_primary_series" BIGINT,
"bivalent_booster" BIGINT
);CREATE TABLE n__archived_allegheny_county_covid_19_vaccine_historic_94bd1c20 (
"n__id" BIGINT -- Id,
"month" TIMESTAMP,
"neighborhood_municipality" VARCHAR,
"total_partially_vaccinated" BIGINT,
"total_fully_vaccinated" BIGINT,
"total_fully_vaccinated_w_booster" BIGINT
);CREATE TABLE n__archived_allegheny_county_covid_19_vaccine_individual_data (
"indiv_id" VARCHAR,
"vaccination_status" VARCHAR,
"dose_1_vaccine_brand" VARCHAR,
"dose_1_vaccination_date" TIMESTAMP,
"dose_2_vaccine_brand" VARCHAR,
"dose_2_vaccination_date" TIMESTAMP,
"ad1_vaccine_brand" VARCHAR,
"ad1_vaccination_date" TIMESTAMP,
"age_bucket" VARCHAR,
"gender" VARCHAR,
"race" VARCHAR,
"ethnicity" VARCHAR
);CREATE TABLE n__archived_allegheny_county_covid_19_vaccine_municipal_data (
"n__id" BIGINT -- Id,
"neighborhood_municipality" VARCHAR,
"total_partially_vaccinated" BIGINT,
"total_fully_vaccinated" BIGINT,
"total_fully_vaccinated_w_booster" BIGINT
);Anyone who has the link will be able to view this.