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
Student Responses Data for the Survey about Ideal Student Life and Key Factors
@kaggle.shivamb_ideal_student_life_survey
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
);
Anyone who has the link will be able to view this.