Baselight

Humor Styles Questionnaire Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_humor_styles_questionnaire_responses

Data
@kaggle.lucasgreenwell_humor_styles_questionnaire_responses.data

  • 43.6 KB
  • 1071 rows
  • 39 columns
q1

Q1

q2

Q2

q3

Q3

q4

Q4

q5

Q5

q6

Q6

q7

Q7

q8

Q8

q9

Q9

q10

Q10

q11

Q11

q12

Q12

q13

Q13

q14

Q14

q15

Q15

q16

Q16

q17

Q17

q18

Q18

q19

Q19

q20

Q20

q21

Q21

q22

Q22

q23

Q23

q24

Q24

q25

Q25

q26

Q26

q27

Q27

q28

Q28

q29

Q29

q30

Q30

q31

Q31

q32

Q32

affiliative

Affiliative

selfenhancing

Selfenhancing

agressive

Agressive

selfdefeating

Selfdefeating

age

Age

gender

Gender

accuracy

Accuracy

2231454343315444233144321324242243.532.3252100
232244434343345422323342251244313.33.53.32.444290
343344312432443324214243243325423.93.93.12.350175
33343543-1424454333334324242245333.642.93.330285
142235414422544423215331152325424.14.12.9252180
333233422133444321424442232434333.62.93.42.630260
412423334441212441313223432233442.32.32.82.827160
244155432433543334534331142415224.44.13.32.534188
221134313322533422414442134415214.13.32.9230295
424135423153131551312152455215322.42.93.82.318185

CREATE TABLE data (
  "q1" BIGINT,
  "q2" BIGINT,
  "q3" BIGINT,
  "q4" BIGINT,
  "q5" BIGINT,
  "q6" BIGINT,
  "q7" BIGINT,
  "q8" BIGINT,
  "q9" BIGINT,
  "q10" BIGINT,
  "q11" BIGINT,
  "q12" BIGINT,
  "q13" BIGINT,
  "q14" BIGINT,
  "q15" BIGINT,
  "q16" BIGINT,
  "q17" BIGINT,
  "q18" BIGINT,
  "q19" BIGINT,
  "q20" BIGINT,
  "q21" BIGINT,
  "q22" BIGINT,
  "q23" BIGINT,
  "q24" BIGINT,
  "q25" BIGINT,
  "q26" BIGINT,
  "q27" BIGINT,
  "q28" BIGINT,
  "q29" BIGINT,
  "q30" BIGINT,
  "q31" BIGINT,
  "q32" BIGINT,
  "affiliative" DOUBLE,
  "selfenhancing" DOUBLE,
  "agressive" DOUBLE,
  "selfdefeating" DOUBLE,
  "age" BIGINT,
  "gender" BIGINT,
  "accuracy" BIGINT
);

Share link

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