Allegheny County Birth Outcomes
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_birth_outcomes
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_birth_outcomes
CREATE TABLE birth_outcomes_by_census_tract_2014_2018 (
"census_tract" BIGINT,
"total_births_white" DOUBLE,
"total_births_black" DOUBLE,
"total_births_total" BIGINT,
"low_birthweight" DOUBLE,
"preterm" DOUBLE,
"medicaid" DOUBLE,
"breastfeeding" BIGINT,
"smoking" DOUBLE,
"first_trimester_pretal_care" BIGINT
);
CREATE TABLE birth_outcomes_county_wide_2014_2018 (
"indicator" VARCHAR,
"age_label" VARCHAR,
"race_label" VARCHAR,
"count" BIGINT
);
Anyone who has the link will be able to view this.