Preterm Births In New Jersey
Derived from State Health Assessment Data
@kaggle.natesutton_njpretermbirths
Derived from State Health Assessment Data
@kaggle.natesutton_njpretermbirths
Demographic and health indicators for 3+ million births between 1990 and 2020 in the state of New Jersey. You can query the vital records underlying these data to generate your own features on their website.
CREATE TABLE births (
"age_group" VARCHAR,
"reported_race_ethnicity" VARCHAR,
"previous_births" VARCHAR,
"tobacco_use_during_pregnancy" VARCHAR,
"adequate_prenatal_care" VARCHAR,
"preterm_indicator" BIGINT
);Anyone who has the link will be able to view this.