Baselight

Consideration Of Future Consequences Scale Data

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_consideration_of_future_consequences_scale_data

Data
@kaggle.lucasgreenwell_consideration_of_future_consequences_scale_data.data

  • 119.03 KB
  • 15035 rows
  • 16 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

age

Age

gender

Gender

accuracy

Accuracy

country

Country

44223544222248290AU
55111545555463180US
41552112355218195US
51451553544316185US
55111255221129190AU
44224153443236275US
42222544112154290CA
45113455111230175FR
54124544341226180US
44444442444448285AU

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,
  "age" BIGINT,
  "gender" BIGINT,
  "accuracy" BIGINT,
  "country" VARCHAR
);

Share link

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