Mental Health Dataset
Exploring the Landscape of Mental Well-being: A Comprehensive Dataset Analysis
@kaggle.bhavikjikadara_mental_health_dataset
Exploring the Landscape of Mental Well-being: A Comprehensive Dataset Analysis
@kaggle.bhavikjikadara_mental_health_dataset
This dataset appears to contain a variety of features related to text analysis, sentiment analysis, and psychological indicators, likely derived from posts or text data. Some features include readability indices such as Automated Readability Index (ARI), Coleman Liau Index, and Flesch-Kincaid Grade Level, as well as sentiment analysis scores like sentiment compound, negative, neutral, and positive scores. Additionally, there are features related to psychological aspects such as economic stress, isolation, substance use, and domestic stress. The dataset seems to cover a wide range of linguistic, psychological, and behavioural attributes, potentially suitable for analyzing mental health-related topics in online communities or text data.
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.