Depression Dataset
A Comprehensive Dataset for Analyzing Health, Lifestyle, and Socio-Economic Fact
@kaggle.anthonytherrien_depression_dataset
A Comprehensive Dataset for Analyzing Health, Lifestyle, and Socio-Economic Fact
@kaggle.anthonytherrien_depression_dataset
This dataset contains information on individuals with various attributes related to their personal and lifestyle factors. It is designed to facilitate analysis in areas such as health, lifestyle, and socio-economic status.
Single, Married, Divorced, and Widowed.High School, Associate Degree, Bachelor's Degree, Master's Degree, and PhD.Smoker,Former and Non-smoker.Sedentary, Moderate, and Active.Employed and Unemployed.Low, Moderate, and High.Healthy, Moderate, and Unhealthy.Good, Fair, and Poor.Yes and No.Yes and No.Yes and No.Yes and No.This dataset is intended for use in analyzing various health, lifestyle, and socio-economic factors. It is suitable for tasks such as predictive modeling, clustering, and exploratory data analysis.
CREATE TABLE depression_data (
"name" VARCHAR,
"age" BIGINT,
"marital_status" VARCHAR,
"education_level" VARCHAR,
"number_of_children" BIGINT,
"smoking_status" VARCHAR,
"physical_activity_level" VARCHAR,
"employment_status" VARCHAR,
"income" DOUBLE,
"alcohol_consumption" VARCHAR,
"dietary_habits" VARCHAR,
"sleep_patterns" VARCHAR,
"history_of_mental_illness" VARCHAR,
"history_of_substance_abuse" VARCHAR,
"family_history_of_depression" VARCHAR,
"chronic_medical_conditions" VARCHAR
);Anyone who has the link will be able to view this.