Holland Code (RIASEC) Test Responses
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_holland_code_riasec_test_responses
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_holland_code_riasec_test_responses
Questions, answers, and metadata collected from 145,828 Holland Code (RIASEC) Tests. 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
From Wikipedia:
The Holland Codes or the Holland Occupational Themes (RIASEC) refers to a theory of careers and vocational choice (based upon personality types) that was initially developed by American psychologist John L. Holland.
The US Department of Labor's Employment and Training Administration has been using an updated and expanded version of the RIASEC model in the "Interests" section of its free online database O*NET (Occupational Information Network) since its inception during the late 1990s.
CREATE TABLE data (
"r1" BIGINT,
"r2" BIGINT,
"r3" BIGINT,
"r4" BIGINT,
"r5" BIGINT,
"r6" BIGINT,
"r7" BIGINT,
"r8" BIGINT,
"i1" BIGINT,
"i2" BIGINT,
"i3" BIGINT,
"i4" BIGINT,
"i5" BIGINT,
"i6" BIGINT,
"i7" BIGINT,
"i8" BIGINT,
"a1" BIGINT,
"a2" BIGINT,
"a3" BIGINT,
"a4" BIGINT,
"a5" BIGINT,
"a6" BIGINT,
"a7" BIGINT,
"a8" BIGINT,
"s1" BIGINT,
"s2" BIGINT,
"s3" BIGINT,
"s4" BIGINT,
"s5" BIGINT,
"s6" BIGINT,
"s7" BIGINT,
"s8" BIGINT,
"e1" BIGINT,
"e2" BIGINT,
"e3" BIGINT,
"e4" BIGINT,
"e5" BIGINT,
"e6" BIGINT,
"e7" BIGINT,
"e8" BIGINT,
"c1" BIGINT,
"c2" BIGINT,
"c3" BIGINT,
"c4" BIGINT,
"c5" BIGINT,
"c6" BIGINT,
"c7" BIGINT,
"c8" BIGINT,
"introelapse" BIGINT,
"testelapse" BIGINT,
"surveyelapse" BIGINT,
"tipi1" BIGINT,
"tipi2" BIGINT,
"tipi3" BIGINT,
"tipi4" BIGINT,
"tipi5" BIGINT,
"tipi6" BIGINT,
"tipi7" BIGINT,
"tipi8" BIGINT,
"tipi9" BIGINT,
"tipi10" BIGINT,
"vcl1" BIGINT,
"vcl2" BIGINT,
"vcl3" BIGINT,
"vcl4" BIGINT,
"vcl5" BIGINT,
"vcl6" BIGINT,
"vcl7" BIGINT,
"vcl8" BIGINT,
"vcl9" BIGINT,
"vcl10" BIGINT,
"vcl11" BIGINT,
"vcl12" BIGINT,
"vcl13" BIGINT,
"vcl14" BIGINT,
"vcl15" BIGINT,
"vcl16" BIGINT,
"education" BIGINT,
"urban" BIGINT,
"gender" BIGINT,
"engnat" BIGINT,
"age" BIGINT,
"hand" BIGINT,
"religion" BIGINT,
"orientation" BIGINT,
"race" BIGINT,
"voted" BIGINT,
"married" BIGINT,
"familysize" BIGINT,
"uniquenetworklocation" BIGINT,
"country" VARCHAR,
"source" BIGINT,
"major" VARCHAR,
"unnamed_93" VARCHAR -- Unnamed: 93
);
Anyone who has the link will be able to view this.