Student Exam Score Dataset Analysis
This Dataset shows the all information of student related with study hours.
@kaggle.grandmaster07_student_exam_score_dataset_analysis
This Dataset shows the all information of student related with study hours.
@kaggle.grandmaster07_student_exam_score_dataset_analysis
This dataset shows all information about student performance in exam. so exam score related with student study habits and background to support analysis of student performance. This dataset use in college, school and university ect, for student exam score student are pass or fail.
This dataset are columns is:
student_id, student study_hours, student sleep_hours, student attendes_peresntage, previous score and student final score in exam.
CREATE TABLE student_exam_scores (
"student_id" VARCHAR,
"hours_studied" DOUBLE,
"sleep_hours" DOUBLE,
"attendance_percent" DOUBLE,
"previous_scores" BIGINT,
"exam_score" DOUBLE
);
Anyone who has the link will be able to view this.