Baselight

Experiences In Close Relationships Scale Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_experiences_in_close_relationships_scal_9416f6ee

About this Dataset

Experiences In Close Relationships Scale Responses

Questions, answers, and metadata collected from 51,492 Experiences in Close Relationships Scales. The data was hosted on OpenPsychometrics.org a nonprofit effort to educate the public about psychology and to collect data for psychological research. Their notes on the data collected in the codebook.txt

Tables

Data

@kaggle.lucasgreenwell_experiences_in_close_relationships_scal_9416f6ee.data
  • 801.37 KB
  • 51491 rows
  • 39 columns
Loading...

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,
  "q33" BIGINT,
  "q34" BIGINT,
  "q35" BIGINT,
  "q36" BIGINT,
  "age" BIGINT,
  "gender" BIGINT,
  "country" VARCHAR
);