Baselight

GPA & IQ

Sample of students and their GPA and IQ

@kaggle.joebeachcapital_gpa_and_iq

Loading...
Loading...

About this Dataset

GPA & IQ

Data on 78 students including GPA, IQ, and gender.

A data frame with 78 observations representing students on the following 5 variables.

  • obs: a numeric vector
  • gpa: Grade point average (GPA).
  • iq: IQ.
  • gender: Gender.
  • concept: a numeric vector

Tables

Gpa Iq

@kaggle.joebeachcapital_gpa_and_iq.gpa_iq
  • 5.26 KB
  • 78 rows
  • 5 columns
Loading...

CREATE TABLE gpa_iq (
  "obs" BIGINT,
  "gpa" DOUBLE,
  "iq" BIGINT,
  "gender" BIGINT,
  "concept" BIGINT
);

Share link

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