Young People Survey
Explore the preferences, interests, habits, opinions, and fears of young people
@kaggle.miroslavsabo_young_people_survey
Explore the preferences, interests, habits, opinions, and fears of young people
@kaggle.miroslavsabo_young_people_survey
In 2013, students of the Statistics class at FSEV
UK were asked to invite their friends to
participate in this survey.
responses.csv) consists of 1010 rows and 150 columns (139columns.csv file if you want to match the data with the original names.The variables can be split into the following groups:
Many different techniques can be used to answer many questions, e.g.
(in slovak) Sleziak, P. - Sabo, M.: Gender differences in the prevalence of specific phobias. Forum Statisticum Slovacum. 2014, Vol. 10, No. 6. [Differences (gender + whether people lived in village/town) in the prevalence of phobias.]
Sabo, Miroslav. Multivariate Statistical Methods with Applications. Diss. Slovak University of Technology in Bratislava, 2014. [Clustering of variables (music preferences, movie preferences, phobias) + Clustering of people w.r.t. their interests.]
CREATE TABLE columns (
"original" VARCHAR,
"short" VARCHAR
);CREATE TABLE responses (
"music" DOUBLE,
"slow_songs_or_fast_songs" DOUBLE,
"dance" DOUBLE,
"folk" DOUBLE,
"country" DOUBLE,
"classical_music" DOUBLE,
"musical" DOUBLE,
"pop" DOUBLE,
"rock" DOUBLE,
"metal_or_hardrock" DOUBLE,
"punk" DOUBLE,
"hiphop_rap" DOUBLE -- Hiphop, Rap,
"reggae_ska" DOUBLE -- Reggae, Ska,
"swing_jazz" DOUBLE -- Swing, Jazz,
"rock_n_roll" DOUBLE,
"alternative" DOUBLE,
"latino" DOUBLE,
"techno_trance" DOUBLE -- Techno, Trance,
"opera" DOUBLE,
"movies" DOUBLE,
"horror" DOUBLE,
"thriller" DOUBLE,
"comedy" DOUBLE,
"romantic" DOUBLE,
"sci_fi" DOUBLE,
"war" DOUBLE,
"fantasy_fairy_tales" DOUBLE,
"animated" DOUBLE,
"documentary" DOUBLE,
"western" DOUBLE,
"action" DOUBLE,
"history" DOUBLE,
"psychology" DOUBLE,
"politics" DOUBLE,
"mathematics" DOUBLE,
"physics" DOUBLE,
"internet" DOUBLE,
"pc" DOUBLE,
"economy_management" DOUBLE,
"biology" DOUBLE,
"chemistry" DOUBLE,
"reading" DOUBLE,
"geography" DOUBLE,
"foreign_languages" DOUBLE,
"medicine" DOUBLE,
"law" DOUBLE,
"cars" DOUBLE,
"art_exhibitions" DOUBLE,
"religion" DOUBLE,
"countryside_outdoors" DOUBLE -- Countryside, Outdoors,
"dancing" DOUBLE,
"musical_instruments" DOUBLE,
"writing" DOUBLE,
"passive_sport" DOUBLE,
"active_sport" DOUBLE,
"gardening" DOUBLE,
"celebrities" DOUBLE,
"shopping" DOUBLE,
"science_and_technology" DOUBLE,
"theatre" DOUBLE,
"fun_with_friends" DOUBLE,
"adrenaline_sports" DOUBLE,
"pets" DOUBLE,
"flying" DOUBLE,
"storm" DOUBLE,
"darkness" DOUBLE,
"heights" DOUBLE,
"spiders" DOUBLE,
"snakes" BIGINT,
"rats" DOUBLE,
"ageing" DOUBLE,
"dangerous_dogs" DOUBLE,
"fear_of_public_speaking" DOUBLE,
"smoking" VARCHAR,
"alcohol" VARCHAR,
"healthy_eating" DOUBLE,
"daily_events" DOUBLE,
"prioritising_workload" DOUBLE,
"writing_notes" DOUBLE,
"workaholism" DOUBLE,
"thinking_ahead" DOUBLE,
"final_judgement" DOUBLE,
"reliability" DOUBLE,
"keeping_promises" DOUBLE,
"loss_of_interest" DOUBLE,
"friends_versus_money" DOUBLE,
"funniness" DOUBLE,
"fake" DOUBLE,
"criminal_damage" DOUBLE,
"decision_making" DOUBLE,
"elections" DOUBLE,
"self_criticism" DOUBLE,
"judgment_calls" DOUBLE,
"hypochondria" DOUBLE,
"empathy" DOUBLE,
"eating_to_survive" BIGINT,
"giving" DOUBLE,
"compassion_to_animals" DOUBLE,
"borrowed_stuff" DOUBLE,
"loneliness" DOUBLE
);Anyone who has the link will be able to view this.