Baselight

Duke Students GPA

Survey of 55 Duke students on GPA, studying, and more

@kaggle.joebeachcapital_duke_students_gpa

Loading...
Loading...

About this Dataset

Duke Students GPA

A survey of 55 Duke University students asked about their GPA, number of hours they study at night, number of nights they go out, and their gender.

A data frame with 55 observations on the following 5 variables.

  • gpa: a numeric vector
  • studyweek: a numeric vector
  • sleepnight: a numeric vector
  • out: a numeric vector
  • gender: a factor with levels female male

Tables

Gpa

@kaggle.joebeachcapital_duke_students_gpa.gpa
  • 4.35 KB
  • 55 rows
  • 5 columns
Loading...

CREATE TABLE gpa (
  "gpa" DOUBLE,
  "studyweek" BIGINT,
  "sleepnight" DOUBLE,
  "out" DOUBLE,
  "gender" VARCHAR
);

Share link

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