Baselight

Mental Health Dataset

"Comprehensive Mental Health Insights"

@kaggle.bhadramohit_mental_health_dataset

Mental Health Dataset
@kaggle.bhadramohit_mental_health_dataset.mental_health_dataset

  • 18.99 KB
  • 1000 rows
  • 12 columns
user_id

User ID

age

Age

gender

Gender

occupation

Occupation

country

Country

mental_health_condition

Mental Health Condition

severity

Severity

consultation_history

Consultation History

stress_level

Stress Level

sleep_hours

Sleep Hours

work_hours

Work Hours

physical_activity_hours

Physical Activity Hours

136Non-binarySalesCanadaNoMediumYesMedium7.1465
234FemaleEducationUKYesnanNoLow7.5478
365Non-binarySalesUSAYesHighNoLow8.45810
434MaleOtherAustraliaNoLowNoMedium9.8302
522FemaleHealthcareCanadaYesLowNoMedium4.9625
664Non-binaryITUKYesHighNoHigh6.334
726FemaleEngineeringUKNoMediumNoMedium5.1586
857MaleITUKYesMediumYesHigh4.2579
925MaleEducationUSAYesnanNoMedium6.7679
1065Non-binaryHealthcareIndiaNonanYesLow8.9576

CREATE TABLE mental_health_dataset (
  "user_id" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "occupation" VARCHAR,
  "country" VARCHAR,
  "mental_health_condition" VARCHAR,
  "severity" VARCHAR,
  "consultation_history" VARCHAR,
  "stress_level" VARCHAR,
  "sleep_hours" DOUBLE,
  "work_hours" BIGINT,
  "physical_activity_hours" BIGINT
);

Share link

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