Baselight

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

Loading...
Loading...

About this Dataset

Lifestyle Factors And Their Impact On Students

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.

Tables

Student Lifestyle Dataset

@kaggle.charlottebennett1234_lifestyle_factors_and_their_impac_3e647527.student_lifestyle_dataset
  • 30.23 KB
  • 2000 rows
  • 9 columns
Loading...

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

Share link

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