Student Performance Dataset
Student Performance Dataset with Detailed and Veriety of (33)Features
@kaggle.devansodariya_student_performance_data
Student Performance Dataset with Detailed and Veriety of (33)Features
@kaggle.devansodariya_student_performance_data
Student Performance Data was obtained in a survey of students' math course in secondary school.
It consists of 33 Column
Dataset Contains Features like
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.
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
);Anyone who has the link will be able to view this.