Baselight

Study Habits And Activities Of Students

Exploring lifestyle patterns,GPA, and stress levels

@kaggle.afnansaifafnan_study_habits_and_activities_of_students

Loading...
Loading...

About this Dataset

Study Habits And Activities Of Students

This dataset describes detailed information about students’ daily lifestyles and their academic outcomes. It includes different columns to analyze such as study hours, extracurricular activities, sleep duration, social interaction, and physical activity. Along with these lifestyle factors, the dataset also records GPA and stress levels of students. It is very useful for analyzing how time management and lifestyle balance the affects academic performance and mental well-being.

Tables

Student Lifestyle Dataset

@kaggle.afnansaifafnan_study_habits_and_activities_of_students.student_lifestyle_dataset
  • 30.07 kB
  • 2,000 rows
  • 8 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,
  "gpa" DOUBLE,
  "stress_level" VARCHAR
);

Share link

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