Student Mental Health Survey
Online Survey on the Mental Health of IT Students
@kaggle.abdullahashfaqvirk_student_mental_health_survey
Online Survey on the Mental Health of IT Students
@kaggle.abdullahashfaqvirk_student_mental_health_survey
CREATE TABLE mentalhealthsurvey (
"gender" VARCHAR,
"age" BIGINT,
"university" VARCHAR,
"degree_level" VARCHAR,
"degree_major" VARCHAR,
"academic_year" VARCHAR,
"cgpa" VARCHAR,
"residential_status" VARCHAR,
"campus_discrimination" VARCHAR,
"sports_engagement" VARCHAR,
"average_sleep" VARCHAR,
"study_satisfaction" BIGINT,
"academic_workload" BIGINT,
"academic_pressure" BIGINT,
"financial_concerns" BIGINT,
"social_relationships" BIGINT,
"depression" BIGINT,
"anxiety" BIGINT,
"isolation" BIGINT,
"future_insecurity" BIGINT,
"stress_relief_activities" VARCHAR
);
Anyone who has the link will be able to view this.