Baselight

Sexual Compulsivity Scale Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_sexual_compulsivity_scale_responses

Data
@kaggle.lucasgreenwell_sexual_compulsivity_scale_responses.data

  • 27.95 KB
  • 3376 rows
  • 13 columns
q1

Q1

q2

Q2

q3

Q3

q4

Q4

q5

Q5

q6

Q6

q7

Q7

q8

Q8

q9

Q9

q10

Q10

score

Score

gender

Gender

age

Age

112114233119141
211112121214150
211114111215123
211114111417142
111112111111236
232124144124129
121112111112124
121123113217135
222112144221126
121112143218143

CREATE TABLE data (
  "q1" BIGINT,
  "q2" BIGINT,
  "q3" BIGINT,
  "q4" BIGINT,
  "q5" BIGINT,
  "q6" BIGINT,
  "q7" BIGINT,
  "q8" BIGINT,
  "q9" BIGINT,
  "q10" BIGINT,
  "score" BIGINT,
  "gender" BIGINT,
  "age" BIGINT
);

Share link

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