Rosenberg Self Esteem Scale Responses
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_rosenberg_self_esteem_scale_responses
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_rosenberg_self_esteem_scale_responses
CREATE TABLE data (
"q1" BIGINT,
"q2" BIGINT,
"q3" BIGINT,
"q4" BIGINT,
"q5" BIGINT,
"q6" BIGINT,
"q7" BIGINT,
"q8" BIGINT,
"q9" BIGINT,
"q10" BIGINT,
"gender" BIGINT,
"age" BIGINT,
"source" BIGINT,
"country" VARCHAR
);
Anyone who has the link will be able to view this.