Students Class Performance Dataset
Are you a Topper of your class
@kaggle.durgeshrao9993_student_data_analysis
Are you a Topper of your class
@kaggle.durgeshrao9993_student_data_analysis
The Student Class Performance Dataset is a comprehensive collection of data that provides valuable insights into the academic performance of students. This dataset encompasses various factors related to student performance, including demographic information, study habits, test scores, and social attributes. It serves as a valuable resource for researchers, educators, and policymakers seeking to understand and enhance educational outcomes.
CREATE TABLE studentsperformance (
  "gender" VARCHAR,
  "lunch" VARCHAR,
  "parental_level_of_education" VARCHAR,
  "race_ethnicity" 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.