Mental Health Dataset
Mental Health: Understanding the Factors that Affect Mental Health
@kaggle.divaniazzahra_mental_health_dataset
Mental Health: Understanding the Factors that Affect Mental Health
@kaggle.divaniazzahra_mental_health_dataset
This dataset records a global survey conducted to track trends in mental health. The data covers a range of variables such as levels of stress, depression, anxiety, subjective well-being, and use of mental health services. The survey involved respondents from various demographic backgrounds, including gender, employment status, and geographic region. This dataset aims to provide a better understanding of changes in mental health globally over the specified time period.
CREATE TABLE mental_health_dataset (
"timestamp" TIMESTAMP,
"gender" VARCHAR,
"country" VARCHAR,
"occupation" VARCHAR,
"self_employed" VARCHAR,
"family_history" VARCHAR,
"treatment" VARCHAR,
"days_indoors" VARCHAR,
"growing_stress" VARCHAR,
"changes_habits" VARCHAR,
"mental_health_history" VARCHAR,
"mood_swings" VARCHAR,
"coping_struggles" VARCHAR,
"work_interest" VARCHAR,
"social_weakness" VARCHAR,
"mental_health_interview" VARCHAR,
"care_options" VARCHAR
);Anyone who has the link will be able to view this.