Student Health And Attendance Data
Biometric, sleep, and mood data combined with attendance to assess student risks
@kaggle.ziya07_student_health_and_attendance_data
Biometric, sleep, and mood data combined with attendance to assess student risks
@kaggle.ziya07_student_health_and_attendance_data
CREATE TABLE student_monnitoring_data (
"student_id" BIGINT,
"date" TIMESTAMP,
"class_time" VARCHAR,
"attendance_status" VARCHAR,
"stress_level_gsr" DOUBLE,
"sleep_hours" DOUBLE,
"anxiety_level" BIGINT,
"mood_score" BIGINT,
"risk_level" VARCHAR
);
Anyone who has the link will be able to view this.