Baselight

Wagner Preference Inventory Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_wagner_preference_inventory_responses

Data
@kaggle.lucasgreenwell_wagner_preference_inventory_responses.data

  • 59 KB
  • 13502 rows
  • 13 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

country

Country

141124444434US
224222224241PL
124433243443AU
424123424242PH
131311111133US
424433244442US
331331431233US
414324424241GB
331434343443GB
233221432431US

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,
  "country" VARCHAR
);

Share link

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