Students' Achievements In Exams
Exams Performance of Students in Math, Reading & Writing Insights
@kaggle.afnansaifafnan_students_achievements_in_exams
Exams Performance of Students in Math, Reading & Writing Insights
@kaggle.afnansaifafnan_students_achievements_in_exams
This dataset consists of academic performance data for 1000 students across three subjects: math, reading, and writing. The dataset includes student profile and socio-economic details, making it ideal for educational research, statistical analysis, and machine learning tasks related to student outcomes.
CREATE TABLE studentsperformance (
"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
);Anyone who has the link will be able to view this.