Baselight

Students Performance In Exams

Marks secured by the students in various subjects

@kaggle.whenamancodes_students_performance_in_exams

Exams
@kaggle.whenamancodes_students_performance_in_exams.exams

  • 10.93 KB
  • 1000 rows
  • 8 columns
gender

Gender

race_ethnicity

Race/ethnicity

parental_level_of_education

Parental Level Of Education

lunch

Lunch

test_preparation_course

Test Preparation Course

math_score

Math Score

reading_score

Reading Score

writing_score

Writing Score

malegroup Ahigh schoolstandardcompleted676763
femalegroup Dsome high schoolfree/reducednone405955
malegroup Esome collegefree/reducednone596050
malegroup Bhigh schoolstandardnone777868
malegroup Eassociate's degreestandardcompleted787368
femalegroup Dhigh schoolstandardnone637776
femalegroup Abachelor's degreestandardnone625963
malegroup Esome collegestandardcompleted938884
malegroup Dhigh schoolstandardnone635665
malegroup Csome collegefree/reducednone474245

CREATE TABLE exams (
  "gender" VARCHAR,
  "race_ethnicity" VARCHAR,
  "parental_level_of_education" VARCHAR,
  "lunch" VARCHAR,
  "test_preparation_course" VARCHAR,
  "math_score" BIGINT,
  "reading_score" BIGINT,
  "writing_score" BIGINT
);

Share link

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