Baselight

Narcissistic Personality Inventory Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_narcissistic_personality_inventory_responses

Data
@kaggle.lucasgreenwell_narcissistic_personality_inventory_responses.data

  • 175.2 KB
  • 11243 rows
  • 44 columns
score

Score

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

q33

Q33

q34

Q34

q35

Q35

q36

Q36

q37

Q37

q38

Q38

q39

Q39

q40

Q40

elapse

Elapse

gender

Gender

age

Age

182222121222112111211111122212221211122212211150
62221221211222122112122122221222122122221149140
271221212122211111221122221211212211211212168128
291122212112111111221211121212211211212211230137
6121112121222221111111212212122212212221389150
191221211122111211111111112111211212112222361127
31221111211222212111121122221222122122221388145
72221222211222211111121122122212121122211367236
201221122111111221122112121222111121121221263224
231211111112111111212122112211111111121121224220

CREATE TABLE data (
  "score" BIGINT,
  "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,
  "q33" BIGINT,
  "q34" BIGINT,
  "q35" BIGINT,
  "q36" BIGINT,
  "q37" BIGINT,
  "q38" BIGINT,
  "q39" BIGINT,
  "q40" BIGINT,
  "elapse" BIGINT,
  "gender" BIGINT,
  "age" BIGINT
);

Share link

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