GPA & IQ
Sample of students and their GPA and IQ
@kaggle.joebeachcapital_gpa_and_iq
Sample of students and their GPA and IQ
@kaggle.joebeachcapital_gpa_and_iq
CREATE TABLE gpa_iq (
"obs" BIGINT,
"gpa" DOUBLE,
"iq" BIGINT,
"gender" BIGINT,
"concept" BIGINT
);
Anyone who has the link will be able to view this.