Student Performance Prediction
A dummy dataset of 40,000 student data
@kaggle.souradippal_student_performance_prediction
A dummy dataset of 40,000 student data
@kaggle.souradippal_student_performance_prediction
CREATE TABLE student_performance_prediction (
"student_id" VARCHAR,
"study_hours_per_week" DOUBLE,
"attendance_rate" DOUBLE,
"previous_grades" DOUBLE,
"participation_in_extracurricular_activities" VARCHAR,
"parent_education_level" VARCHAR,
"passed" VARCHAR
);
Anyone who has the link will be able to view this.