Pregnancy Data
Pregnancies between 1960 and 1967 among women in the San Francisco East Bay area
@kaggle.debjeetdas_babies_birth_weight
Pregnancies between 1960 and 1967 among women in the San Francisco East Bay area
@kaggle.debjeetdas_babies_birth_weight
CREATE TABLE babies (
"case" BIGINT,
"bwt" BIGINT,
"gestation" DOUBLE,
"parity" BIGINT,
"age" DOUBLE,
"height" DOUBLE,
"weight" DOUBLE,
"smoke" DOUBLE
);
Anyone who has the link will be able to view this.