Student Performance
Hugging FaceStudent performance The Student performance dataset from Kaggle. Configuration Task Description encoding Encoding dictionary showing original values of encoded features. math Binary classification Has the student passed the math exam? writing Binary classification Has the student passed the writing exam? reading Binary classification Has the student passed the reading exam? Usage from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/mstz/student_performance.
Ask a question about this data
Type any question in plain English — Helix builds the chart with AI. Sign in to run it and save your charts.
Data preview
500 rows · 8 columns · showing first 12| # | is_male boolean | ethnicity text | parental_level_of_education integer | has_standard_lunch boolean | has_completed_preparation_test boolean | reading_score integer | writing_score integer | has_passed_math_exam integer |
|---|---|---|---|---|---|---|---|---|
| 1 | False | group D | 2 | True | True | 70 | 78 | 0 |
| 2 | True | group D | 5 | True | False | 93 | 87 | 1 |
| 3 | False | group D | 2 | False | False | 76 | 77 | 0 |
| 4 | True | group B | 2 | False | False | 70 | 63 | 1 |
| 5 | False | group D | 5 | True | False | 85 | 86 | 1 |
| 6 | True | group C | 0 | True | False | 57 | 54 | 1 |
| 7 | False | group E | 5 | True | False | 83 | 80 | 1 |
| 8 | False | group B | 0 | True | False | 61 | 58 | 0 |
| 9 | True | group C | 0 | True | False | 75 | 73 | 1 |
| 10 | False | group C | 3 | True | True | 69 | 77 | 0 |
| 11 | True | group B | 0 | True | False | 69 | 69 | 1 |
| 12 | True | group B | 4 | True | False | 50 | 49 | 0 |
Interesting queries to try
- average parental_level_of_education by ethnicity
- top 10 ethnicity by total parental_level_of_education
- scatter parental_level_of_education vs reading_score coloured by ethnicity
- histogram of parental_level_of_education
- boxplot of parental_level_of_education by ethnicity
- correlation heatmap of all numeric columns
Columns
- is_male bool
- ethnicity categorical
- parental_level_of_education numeric
- has_standard_lunch bool
- has_completed_preparation_test bool
- reading_score numeric
- writing_score numeric
- has_passed_math_exam numeric