COVID-19 And Its Impact On Students
Impact of COVID-19 outbreak on Education, Mental health, and Daily Routine
@kaggle.kunal28chaturvedi_covid19_and_its_impact_on_students
Impact of COVID-19 outbreak on Education, Mental health, and Daily Routine
@kaggle.kunal28chaturvedi_covid19_and_its_impact_on_students
CREATE TABLE covid_19_survey_student_responses (
"id" VARCHAR,
"region_of_residence" VARCHAR,
"age_of_subject" BIGINT,
"time_spent_on_online_class" DOUBLE,
"rating_of_online_class_experience" VARCHAR,
"medium_for_online_class" VARCHAR,
"time_spent_on_self_study" DOUBLE,
"time_spent_on_fitness" DOUBLE,
"time_spent_on_sleep" DOUBLE,
"time_spent_on_social_media" DOUBLE,
"prefered_social_media_platform" VARCHAR,
"time_spent_on_tv" VARCHAR,
"number_of_meals_per_day" BIGINT,
"change_in_your_weight" VARCHAR,
"health_issue_during_lockdown" VARCHAR,
"stress_busters" VARCHAR,
"time_utilized" VARCHAR,
"do_you_find_yourself_more_connected_with_your_family_c_dc45627e" VARCHAR,
"what_you_miss_the_most" VARCHAR
);
Anyone who has the link will be able to view this.