Lifestyle Factors And Their Impact On Students
This data can support analyses in education, psychology, and health research fie
@kaggle.charlottebennett1234_lifestyle_factors_and_their_impac_3e647527
This data can support analyses in education, psychology, and health research fie
@kaggle.charlottebennett1234_lifestyle_factors_and_their_impac_3e647527
This dataset provides a detailed view of student lifestyle patterns and their correlation with academic performance, represented by GPA. It contains 2,000 records of students' daily habits across study, extracurriculars, sleep, socializing, and physical activities. Each student's stress level is derived based on study and sleep hours, offering insights into how lifestyle factors may impact academic outcomes.
CREATE TABLE student_lifestyle_dataset (
"student_id" BIGINT,
"study_hours_per_day" DOUBLE,
"extracurricular_hours_per_day" DOUBLE,
"sleep_hours_per_day" DOUBLE,
"social_hours_per_day" DOUBLE,
"physical_activity_hours_per_day" DOUBLE,
"stress_level" VARCHAR,
"gender" VARCHAR,
"grades" DOUBLE
);
Anyone who has the link will be able to view this.