Baselight

Student Performance Dataset

Student Performance Dataset with Detailed and Veriety of (33)Features

@kaggle.devansodariya_student_performance_data

Loading...
Loading...

About this Dataset

Student Performance Dataset

Student Performance Data was obtained in a survey of students' math course in secondary school.
It consists of 33 Column
Dataset Contains Features like

  • school ID
  • gender
  • age
  • size of family
  • Father education
  • Mother education
  • Occupation of Father and Mother
  • Family Relation
  • Health
  • Grades

This dataset can be used for Regression (as target variable Grade) as well as Analysis tasks. it might contain imbalanced category features.

Please do Upvote if this Dataset really helpful to you.

Tables

Student Data

@kaggle.devansodariya_student_performance_data.student_data
  • 24.63 KB
  • 395 rows
  • 33 columns
Loading...

CREATE TABLE student_data (
  "school" VARCHAR,
  "sex" VARCHAR,
  "age" BIGINT,
  "address" VARCHAR,
  "famsize" VARCHAR,
  "pstatus" VARCHAR,
  "medu" BIGINT,
  "fedu" BIGINT,
  "mjob" VARCHAR,
  "fjob" VARCHAR,
  "reason" VARCHAR,
  "guardian" VARCHAR,
  "traveltime" BIGINT,
  "studytime" BIGINT,
  "failures" BIGINT,
  "schoolsup" VARCHAR,
  "famsup" VARCHAR,
  "paid" VARCHAR,
  "activities" VARCHAR,
  "nursery" VARCHAR,
  "higher" VARCHAR,
  "internet" VARCHAR,
  "romantic" VARCHAR,
  "famrel" BIGINT,
  "freetime" BIGINT,
  "goout" BIGINT,
  "dalc" BIGINT,
  "walc" BIGINT,
  "health" BIGINT,
  "absences" BIGINT,
  "g1" BIGINT,
  "g2" BIGINT,
  "g3" BIGINT
);

Share link

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