International Students
Survey of International Students at the University of Idaho
@kaggle.fatemaislammeem_international_students
Survey of International Students at the University of Idaho
@kaggle.fatemaislammeem_international_students
CREATE TABLE international_students_university_of_idaho_form_responses_1 (
"timestamp" TIMESTAMP,
"what_is_your_current_level_of_study" VARCHAR,
"how_long_have_you_been_studying_at_the_university_of_idaho" VARCHAR,
"which_region_does_your_home_country_belong_to" VARCHAR,
"what_is_your_current_cumulative_grade_point_average_cgpa" VARCHAR,
"how_do_you_primarily_fund_your_studies" VARCHAR,
"how_often_do_you_participate_in_campus_activities_and_events" VARCHAR,
"how_easy_has_it_been_for_you_to_make_friends_within_th_40dc2a5b" VARCHAR,
"which_best_describes_the_composition_of_your_closest_c_3aa39f5d" VARCHAR,
"if_you_re_interested_in_making_more_friends_which_grou_fa1e8257" VARCHAR,
"are_you_interested_in_making_new_friends" VARCHAR,
"what_is_your_primary_source_of_academic_stress" VARCHAR,
"how_would_you_describe_your_overall_mental_health_sinc_994944f8" VARCHAR,
"how_often_do_you_feel_stressed_due_to_your_studies_or__deab7c5d" VARCHAR,
"how_often_do_you_feel_lonely" VARCHAR,
"do_you_feel_you_have_adequate_support_friends_family_u_2c693840" VARCHAR,
"are_you_aware_of_the_mental_health_resources_available_f500a940" VARCHAR,
"have_you_ever_used_any_of_the_university_s_mental_heal_bbb2e82a" VARCHAR,
"how_has_your_social_life_impacted_your_mental_health_s_36728ff9" VARCHAR,
"how_challenging_have_you_found_it_to_adjust_to_a_new_c_2851458e" VARCHAR,
"how_often_do_financial_concerns_tuition_fees_living_ex_2eff06e8" VARCHAR,
"if_you_are_working_part_time_how_challenging_do_you_fi_33120e84" VARCHAR,
"how_concerned_are_you_about_being_able_to_pay_your_tui_6c8c4bee" VARCHAR,
"how_satisfied_are_you_with_the_financial_support_schol_7bd4ac47" VARCHAR,
"to_what_extent_do_financial_worries_affect_your_academ_164c6fe5" VARCHAR,
"have_you_ever_considered_transferring_to_another_university" VARCHAR,
"if_you_have_considered_transferring_what_are_the_main_reasons" VARCHAR,
"what_factors_contributed_to_your_decision_to_stay" VARCHAR,
"how_would_you_rate_your_overall_academic_experience_at_1ba666b6" VARCHAR
);
CREATE TABLE internationalstudentsuniversityofidaho (
"levelofstudy" VARCHAR,
"studydurationui" VARCHAR,
"homeregion" VARCHAR,
"cgpa" VARCHAR,
"fundingsource" VARCHAR,
"campusparticipation" VARCHAR,
"friendshipease" VARCHAR,
"friendscomposition" VARCHAR,
"friendshippreference" VARCHAR,
"interestnewfriends" VARCHAR,
"primarystresssource" VARCHAR,
"mentalhealthstatus" VARCHAR,
"studystressfrequency" VARCHAR,
"lonelinessfrequency" VARCHAR,
"supportadequacy" VARCHAR,
"awarenessmentalhealthresources" VARCHAR,
"usementalhealthresources" VARCHAR,
"socialimpactmentalhealth" VARCHAR,
"culturaladjustmentchallenge" VARCHAR,
"financialstressfrequency" VARCHAR,
"workstudybalance" VARCHAR,
"tuitionfeeconcern" VARCHAR,
"financialsupportsatisfaction" VARCHAR,
"financialworriesimpact" VARCHAR,
"consideredtransferring" VARCHAR,
"reasonsfortransferring" VARCHAR,
"stayfactors" VARCHAR,
"academicexperiencerating" VARCHAR
);
Anyone who has the link will be able to view this.