Baselight

Students Performance | Clean Dataset

Students Performance Dataset | Cleaned and Modified

@kaggle.muhammadroshaanriaz_students_performance_dataset_cleaned

Cleaned Students Performance
@kaggle.muhammadroshaanriaz_students_performance_dataset_cleaned.cleaned_students_performance

  • 15.99 KB
  • 1000 rows
  • 10 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

total_score

Total Score

average_score

Average Score

group Bbachelor's degree172727421872.66666666666667
group Csome college1169908824782.33333333333333
group Bmaster's degree190959327892.66666666666669
1group Aassociate's degree47574414849.333333333333336
1group Csome college176787522976.33333333333333
group Bassociate's degree171837823277.33333333333333
group Bsome college1188959227591.66666666666669
1group Bsome college40433912240.66666666666666
1group Dhigh school164646719565
group Bhigh school38605014849.333333333333336

CREATE TABLE cleaned_students_performance (
  "gender" BIGINT,
  "race_ethnicity" VARCHAR,
  "parental_level_of_education" VARCHAR,
  "lunch" BIGINT,
  "test_preparation_course" BIGINT,
  "math_score" BIGINT,
  "reading_score" BIGINT,
  "writing_score" BIGINT,
  "total_score" BIGINT,
  "average_score" DOUBLE
);

Share link

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