Baselight

Student Performance Prediction

A dummy dataset of 40,000 student data

@kaggle.souradippal_student_performance_prediction

Student Performance Prediction
@kaggle.souradippal_student_performance_prediction.student_performance_prediction

  • 450.71 KB
  • 40000 rows
  • 7 columns
student_id

Student ID

study_hours_per_week

Study Hours Per Week

attendance_rate

Attendance Rate

previous_grades

Previous Grades

participation_in_extracurricular_activities

Participation In Extracurricular Activities

parent_education_level

Parent Education Level

passed

Passed

S0000112.575YesMasterYes
S000029.395.360.6NoHigh SchoolNo
S0000313.264NoAssociateNo
S0000417.676.862.4YesBachelorNo
S000058.889.372.7NoMasterNo
S000068.873.869.3YesHigh SchoolYes
S0000717.938.693.6NoDoctorateYes
S0000813.895.859.2YesDoctorateNo
S000097.7100.191.9NoBachelorYes
S0001012.738.437.8YesHigh Schoolnan

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
);

Share link

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