Baselight

Pregnancy Data

Pregnancies between 1960 and 1967 among women in the San Francisco East Bay area

@kaggle.debjeetdas_babies_birth_weight

Babies
@kaggle.debjeetdas_babies_birth_weight.babies

  • 19.04 KB
  • 1236 rows
  • 8 columns
case

Case

bwt

Bwt

gestation

Gestation

parity

Parity

age

Age

height

Height

weight

Weight

smoke

Smoke

11202842762100
21132823364135
312827928641151
41233669190
510828223671251
6136286256293
71382443362178
81322452365140
91202892562125
1014329930661361

CREATE TABLE babies (
  "case" BIGINT,
  "bwt" BIGINT,
  "gestation" DOUBLE,
  "parity" BIGINT,
  "age" DOUBLE,
  "height" DOUBLE,
  "weight" DOUBLE,
  "smoke" DOUBLE
);

Share link

Anyone who has the link will be able to view this.