Child IQ Vs Mother And Father IQs
Predict a child's IQ from his/her mother's
@kaggle.jacopoferretti_child_vs_mother_iq
Predict a child's IQ from his/her mother's
@kaggle.jacopoferretti_child_vs_mother_iq
CREATE TABLE babies (
"case" BIGINT,
"bwt" BIGINT,
"gestation" DOUBLE,
"parity" BIGINT,
"age" DOUBLE,
"height" DOUBLE,
"weight" DOUBLE,
"smoke" DOUBLE
);
CREATE TABLE child_iq (
"unnamed_0" BIGINT,
"ppvt" BIGINT,
"educ_cat" BIGINT,
"momage" BIGINT
);
CREATE TABLE gifted (
"score" BIGINT,
"fatheriq" BIGINT,
"motheriq" BIGINT,
"speak" BIGINT,
"count" BIGINT,
"read" DOUBLE,
"edutv" DOUBLE,
"cartoons" DOUBLE
);
CREATE TABLE kid_iq (
"unnamed_0" BIGINT,
"kid_score" BIGINT,
"mom_hs" BIGINT,
"mom_iq" DOUBLE,
"mom_work" BIGINT,
"mom_age" BIGINT
);
CREATE TABLE twins (
"foster" BIGINT,
"biological" BIGINT,
"social" VARCHAR
);
Anyone who has the link will be able to view this.