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
Data on 78 students including GPA, IQ, and gender.
A data frame with 78 observations representing students on the following 5 variables.
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.