Baselight

Rosenberg Self Esteem Scale Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_rosenberg_self_esteem_scale_responses

Data
@kaggle.lucasgreenwell_rosenberg_self_esteem_scale_responses.data

  • 287.12 KB
  • 47974 rows
  • 14 columns
q1

Q1

q2

Q2

q3

Q3

q4

Q4

q5

Q5

q6

Q6

q7

Q7

q8

Q8

q9

Q9

q10

Q10

gender

Gender

age

Age

source

Source

country

Country

33143432331401US
44131332321361US
23233323332221US
43232323331311US
44141441111301EU
44131342212251CA
44242234331321US
11414111441513US
44241431111371US
34132332112411US

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
);

Share link

Anyone who has the link will be able to view this.