Baselight

Short Dark Triad Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_short_dark_triad_responses

Data
@kaggle.lucasgreenwell_short_dark_triad_responses.data

  • 217.68 KB
  • 18192 rows
  • 29 columns
m1

M1

m2

M2

m3

M3

m4

M4

m5

M5

m6

M6

m7

M7

m8

M8

m9

M9

n1

N1

n2

N2

n3

N3

n4

N4

n5

N5

n6

N6

n7

N7

n8

N8

n9

N9

p1

P1

p2

P2

p3

P3

p4

P4

p5

P5

p6

P6

p7

P7

p8

P8

p9

P9

country

Country

source

Source

444444434242344234343244444GB1
215221223151155152111541532US1
333511553251115155353131231US1
554555555515551515515255515GB3
442555414343154325453143541GB3
422423522252224135354422115IT1
444244435443343244324243443GB1
555555545415551415252555253GB1
534444424352145234524344121US1
555355555515551515525555535US1

CREATE TABLE data (
  "m1" BIGINT,
  "m2" BIGINT,
  "m3" BIGINT,
  "m4" BIGINT,
  "m5" BIGINT,
  "m6" BIGINT,
  "m7" BIGINT,
  "m8" BIGINT,
  "m9" BIGINT,
  "n1" BIGINT,
  "n2" BIGINT,
  "n3" BIGINT,
  "n4" BIGINT,
  "n5" BIGINT,
  "n6" BIGINT,
  "n7" BIGINT,
  "n8" BIGINT,
  "n9" BIGINT,
  "p1" BIGINT,
  "p2" BIGINT,
  "p3" BIGINT,
  "p4" BIGINT,
  "p5" BIGINT,
  "p6" BIGINT,
  "p7" BIGINT,
  "p8" BIGINT,
  "p9" BIGINT,
  "country" VARCHAR,
  "source" BIGINT
);

Share link

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