Baselight

What Makes A University Student Life "Ideal" ?

Student Responses Data for the Survey about Ideal Student Life and Key Factors

@kaggle.shivamb_ideal_student_life_survey

Loading...
Loading...

About this Dataset

What Makes A University Student Life "Ideal" ?

Context

This dataset consists of Student Responses for the survey about Ideal Student Life and key factors that are important in student life.

About the dataset files

  • "survey_responses.csv" : this file contains independent variables about students and their responses to the main questions.
  • "survey_questions_meta.csv" : this file contains meta questions or sub-questions related to the main questions asked in the survey.

Inspiration

The dataset can be used to answer key questions such as :

  1. What are the most important attributes for an Ideal Student Life ?
  2. What factors leads to Stress, More Participation, More Interaction, More Satisfaction ?
  3. Does more stress leads to less satisfaction?
  4. What factors lead to increased stress among the students?

Tables

Survey Questions Meta

@kaggle.shivamb_ideal_student_life_survey.survey_questions_meta
  • 82.08 kB
  • 2,958 rows
  • 49 columns
Loading...
CREATE TABLE survey_questions_meta (
  "q1_volunteered_for_animal_welfare" VARCHAR,
  "q1_volunteered_for_arts_culture_heritage" VARCHAR,
  "q1_volunteered_for_children_youth" VARCHAR,
  "q1_volunteered_for_community_building" VARCHAR,
  "q1_volunteered_for_diversity_inclusion" VARCHAR  -- Q1-Volunteered For Diversity \u0026 Inclusion,
  "q1_volunteered_for_environmental_sustainability" VARCHAR,
  "q1_volunteered_for_families" VARCHAR,
  "q1_volunteered_for_health_well_being_e_g_mental_health" VARCHAR  -- Q1-Volunteered For Health/Well-being (e.g Mental Health),
  "q1_volunteered_for_seniors" VARCHAR,
  "q1_volunteered_for_poverty_reduction" VARCHAR,
  "q1_volunteered_for_education" VARCHAR,
  "q1_volunteered_for_others" VARCHAR,
  "q2_participated_in_societies_and_interest_groups" VARCHAR,
  "q2_participated_in_clubs" VARCHAR,
  "q2_participated_in_halls_jcrcs_and_or_residential_college_cscs" VARCHAR  -- Q2-Participated In Halls, JCRCs And/or Residential College CSCs,
  "q2_participated_in_university_organised_events" VARCHAR,
  "q2_participated_in_others" VARCHAR,
  "q3_interested_in_arts_culture" VARCHAR  -- Q3-Interested In Arts \u0026 Culture,
  "q3_interested_in_science_technology" VARCHAR  -- Q3-Interested In Science \u0026 Technology,
  "q3_interested_in_research_and_independent_study" VARCHAR,
  "q3_interested_in_sports" VARCHAR,
  "q3_interested_in_other_competitions_eg_case_debates" VARCHAR  -- Q3-Interested In Other Competitions (eg Case, Debates),
  "q3_interested_in_entrepreneurship" VARCHAR,
  "q3_interested_in_volunteering" VARCHAR,
  "q3_interested_in_others" VARCHAR,
  "q4_passionate_about_animal_welfare" VARCHAR,
  "q4_passionate_about_arts_culture_heritage" VARCHAR,
  "q4_passionate_about_children_youth" VARCHAR,
  "q4_passionate_about_community_building" VARCHAR,
  "q4_passionate_about_diversity_inclusion_e_g_special_ne_b2bc8a4d" VARCHAR  -- Q4-Passionate About Diversity \u0026 Inclusion (e.g. Special Needs, Migrant Worker, Interfaith And Intercultural Understanding),
  "q4_passionate_about_environmental_sustainability" VARCHAR,
  "q4_passionate_about_families" VARCHAR,
  "q4_passionate_about_health_well_being_e_g_mental_health" VARCHAR  -- Q4-Passionate About Health/Well-being (e.g Mental Health),
  "q4_passionate_about_seniors" VARCHAR,
  "q4_passionate_about_poverty_reduction" VARCHAR,
  "q4_passionate_about_education" VARCHAR,
  "q4_passionate_about_none_of_the_above" VARCHAR,
  "q4_passionate_about_others" VARCHAR,
  "q5_stressed_about_adjustment_issues" VARCHAR,
  "q5_stressed_about_academic_issues" VARCHAR,
  "q5_stressed_about_financial_issues" VARCHAR,
  "q5_stressed_about_family_issues" VARCHAR,
  "q5_stressed_about_friendships" VARCHAR,
  "q5_stressed_about_romantic_relationships" VARCHAR,
  "q5_stressed_about_health_related_issues" VARCHAR,
  "q5_stressed_about_career_related_issues" VARCHAR,
  "q5_stressed_about_my_involvement_in_hostel_clubs_socie_2b1abead" VARCHAR  -- Q5-Stressed About My Involvement In Hostel, Clubs, Societies, Interest Groups, Etc.,
  "q5_stressed_about_others" VARCHAR,
  "response_id" BIGINT
);

Survey Responses

@kaggle.shivamb_ideal_student_life_survey.survey_responses
  • 182.58 kB
  • 2,958 rows
  • 19 columns
Loading...
CREATE TABLE survey_responses (
  "career" VARCHAR,
  "citizenship" VARCHAR,
  "nationality" VARCHAR,
  "year_since_matriculation" BIGINT,
  "year_of_study" BIGINT,
  "primary_programme" VARCHAR,
  "gender" VARCHAR,
  "department" VARCHAR,
  "housing_type" VARCHAR,
  "q1_how_many_events_have_you_volunteered_in" BIGINT  -- Q1-How Many Events Have You Volunteered In ?,
  "q2_how_many_events_have_you_participated_in" BIGINT  -- Q2-How Many Events Have You Participated In ?,
  "q3_how_many_activities_are_you_interested_in" BIGINT  -- Q3-How Many Activities Are You Interested In ?,
  "q4_how_many_activities_are_you_passionate_about" BIGINT  -- Q4-How Many Activities Are You Passionate About ?,
  "q5_what_are_your_levels_of_stress" BIGINT  -- Q5-What Are Your Levels Of Stress ?,
  "q6_how_satisfied_you_are_with_your_student_life" BIGINT  -- Q6-How Satisfied You Are With Your Student Life ?,
  "q7_how_much_effort_do_you_make_to_interact_with_others" DOUBLE  -- Q7-How Much Effort Do You Make To Interact With Others ?,
  "q8_about_how_events_are_you_aware_about" DOUBLE  -- Q8-About How Events Are You Aware About ?,
  "response_id" BIGINT,
  "q9_what_is_an_ideal_student_life" VARCHAR  -- Q9-What Is An Ideal Student Life ?
);

Share link

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