Baselight

Analyzing Exam Scores

To study the impact of different factors on test scores

@kaggle.sudhanshu2198_analyzing_exam_scores

Loading...
Loading...

About this Dataset

Analyzing Exam Scores

  • "gender" - male / female
  • "race/ethnicity" - one of 5 combinations of race/ethnicity
  • "parent education level" - highest education level of either parent
  • "lunch" - whether the student receives free/reduced or standard lunch
  • "test prep course" - whether the student took the test preparation course
  • "math" - exam score in math

Tables

Exams

@kaggle.sudhanshu2198_analyzing_exam_scores.exams
  • 7.12 KB
  • 1000 rows
  • 6 columns
Loading...

CREATE TABLE exams (
  "gender" VARCHAR,
  "race_ethnicity" VARCHAR,
  "parent_education_level" VARCHAR,
  "lunch" VARCHAR,
  "test_prep_course" VARCHAR,
  "math" BIGINT
);

Share link

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