DASS-19
Depression, Anxiety & Stress Scales - 2019
@kaggle.yashpra1010_dass_19
Depression, Anxiety & Stress Scales - 2019
@kaggle.yashpra1010_dass_19
This dataset is cleaned (pre-processed) version of the data that was collected with an on-line version of the Depression Anxiety Stress Scales (DASS), see http://www2.psy.unsw.edu.au/dass/
The survey was open to anyone and people were motivated to take it to get personalized results. At the end of the test they also were given the option to complete a short research survey. This datatset comes from those who agreed to complete the research survey and answered yes to the question "Have you given accurate answers and may they be used for research?" at the end.
This data was collected 2017 - 2019.
CREATE TABLE data_data (
"q1a" BIGINT,
"q1i" BIGINT,
"q1e" BIGINT,
"q2a" BIGINT,
"q2i" BIGINT,
"q2e" BIGINT,
"q3a" BIGINT,
"q3i" BIGINT,
"q3e" BIGINT,
"q4a" BIGINT,
"q4i" BIGINT,
"q4e" BIGINT,
"q5a" BIGINT,
"q5i" BIGINT,
"q5e" BIGINT,
"q6a" BIGINT,
"q6i" BIGINT,
"q6e" BIGINT,
"q7a" BIGINT,
"q7i" BIGINT,
"q7e" BIGINT,
"q8a" BIGINT,
"q8i" BIGINT,
"q8e" BIGINT,
"q9a" BIGINT,
"q9i" BIGINT,
"q9e" BIGINT,
"q10a" BIGINT,
"q10i" BIGINT,
"q10e" BIGINT,
"q11a" BIGINT,
"q11i" BIGINT,
"q11e" BIGINT,
"q12a" BIGINT,
"q12i" BIGINT,
"q12e" BIGINT,
"q13a" BIGINT,
"q13i" BIGINT,
"q13e" BIGINT,
"q14a" BIGINT,
"q14i" BIGINT,
"q14e" BIGINT,
"q15a" BIGINT,
"q15i" BIGINT,
"q15e" BIGINT,
"q16a" BIGINT,
"q16i" BIGINT,
"q16e" BIGINT,
"q17a" BIGINT,
"q17i" BIGINT,
"q17e" BIGINT,
"q18a" BIGINT,
"q18i" BIGINT,
"q18e" BIGINT,
"q19a" BIGINT,
"q19i" BIGINT,
"q19e" BIGINT,
"q20a" BIGINT,
"q20i" BIGINT,
"q20e" BIGINT,
"q21a" BIGINT,
"q21i" BIGINT,
"q21e" BIGINT,
"q22a" BIGINT,
"q22i" BIGINT,
"q22e" BIGINT,
"q23a" BIGINT,
"q23i" BIGINT,
"q23e" BIGINT,
"q24a" BIGINT,
"q24i" BIGINT,
"q24e" BIGINT,
"q25a" BIGINT,
"q25i" BIGINT,
"q25e" BIGINT,
"q26a" BIGINT,
"q26i" BIGINT,
"q26e" BIGINT,
"q27a" BIGINT,
"q27i" BIGINT,
"q27e" BIGINT,
"q28a" BIGINT,
"q28i" BIGINT,
"q28e" BIGINT,
"q29a" BIGINT,
"q29i" BIGINT,
"q29e" BIGINT,
"q30a" BIGINT,
"q30i" BIGINT,
"q30e" BIGINT,
"q31a" BIGINT,
"q31i" BIGINT,
"q31e" BIGINT,
"q32a" BIGINT,
"q32i" BIGINT,
"q32e" BIGINT,
"q33a" BIGINT,
"q33i" BIGINT,
"q33e" BIGINT,
"q34a" BIGINT
);
Anyone who has the link will be able to view this.