Mental Health Dataset
"Comprehensive Mental Health Insights"
@kaggle.bhadramohit_mental_health_dataset
"Comprehensive Mental Health Insights"
@kaggle.bhadramohit_mental_health_dataset
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
);
Anyone who has the link will be able to view this.