Baselight

Depression Student Dataset

Helping to detect someone's depression status.

@kaggle.ikynahidwin_depression_student_dataset

Loading...
Loading...

About this Dataset

Depression Student Dataset

This dataset examines the connection between mental health and various demographic, academic, and lifestyle factors. It includes attributes such as gender, age, academic pressure, study satisfaction, sleep duration, dietary habits, study hours, financial stress, family history of mental illness, depression, and suicidal thoughts. The dataset enables an exploration of how factors like sleep quality, diet, and academic workload impact mental well-being, offering potential applications in identifying patterns of mental health risks and promoting preventive strategies for improved mental health outcomes among different demographic groups.

Tables

Depression Student Dataset

@kaggle.ikynahidwin_depression_student_dataset.depression_student_dataset
  • 10.2 KB
  • 502 rows
  • 11 columns
Loading...

CREATE TABLE depression_student_dataset (
  "gender" VARCHAR,
  "age" BIGINT,
  "academic_pressure" DOUBLE,
  "study_satisfaction" DOUBLE,
  "sleep_duration" VARCHAR,
  "dietary_habits" VARCHAR,
  "have_you_ever_had_suicidal_thoughts" VARCHAR,
  "study_hours" BIGINT,
  "financial_stress" BIGINT,
  "family_history_of_mental_illness" VARCHAR,
  "depression" VARCHAR
);

Share link

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