Baselight

Student Exam Score Dataset Analysis

This Dataset shows the all information of student related with study hours.

@kaggle.grandmaster07_student_exam_score_dataset_analysis

Loading...
Loading...

About this Dataset

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.

Tables

Student Exam Scores

@kaggle.grandmaster07_student_exam_score_dataset_analysis.student_exam_scores
  • 9.2 kB
  • 200 rows
  • 6 columns
Loading...
CREATE TABLE student_exam_scores (
  "student_id" VARCHAR,
  "hours_studied" DOUBLE,
  "sleep_hours" DOUBLE,
  "attendance_percent" DOUBLE,
  "previous_scores" BIGINT,
  "exam_score" DOUBLE
);

Share link

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