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
  • 80.15 KB
  • 2958 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_environmental_sustainability" VARCHAR,
  "q1_volunteered_for_families" VARCHAR,
  "q1_volunteered_for_health_well_being_e_g_mental_health" VARCHAR,
  "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_university_organised_events" VARCHAR,
  "q2_participated_in_others" VARCHAR,
  "q3_interested_in_arts_culture" VARCHAR,
  "q3_interested_in_science_technology" VARCHAR,
  "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_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_environmental_sustainability" VARCHAR,
  "q4_passionate_about_families" VARCHAR,
  "q4_passionate_about_health_well_being_e_g_mental_health" VARCHAR,
  "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_others" VARCHAR,
  "response_id" BIGINT
);

Survey Responses

@kaggle.shivamb_ideal_student_life_survey.survey_responses
  • 178.3 KB
  • 2958 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,
  "q2_how_many_events_have_you_participated_in" BIGINT,
  "q3_how_many_activities_are_you_interested_in" BIGINT,
  "q4_how_many_activities_are_you_passionate_about" BIGINT,
  "q5_what_are_your_levels_of_stress" BIGINT,
  "q6_how_satisfied_you_are_with_your_student_life" BIGINT,
  "q7_how_much_effort_do_you_make_to_interact_with_others" DOUBLE,
  "q8_about_how_events_are_you_aware_about" DOUBLE,
  "response_id" BIGINT,
  "q9_what_is_an_ideal_student_life" VARCHAR
);

Share link

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