Student Stress Factors
Understanding what Impacts Stress of Engineering students the most
@kaggle.samyakb_student_stress_factors
Understanding what Impacts Stress of Engineering students the most
@kaggle.samyakb_student_stress_factors
This Data has been collected Majorly from Engineering students Testing the following data points from 1 to 5.
Kindly Rate your Sleep Quality
How many times a week do you suffer headaches
How would you rate you academic performance
how would you rate your study load?
How many times a week you practice extracurricular activities
How would you rate your stress levels?
Inspired from this Dataset
Want to contribute? please fill this Form
CREATE TABLE student_stress_factors (
"timestamp" VARCHAR,
"kindly_rate_your_sleep_quality" BIGINT -- Kindly Rate Your Sleep Quality 😴,
"how_many_times_a_week_do_you_suffer_headaches" BIGINT -- How Many Times A Week Do You Suffer Headaches 🤕?,
"how_would_you_rate_you_academic_performance" BIGINT -- How Would You Rate You Academic Performance 👩🎓?,
"how_would_you_rate_your_study_load" BIGINT -- How Would You Rate Your Study Load?,
"how_many_times_a_week_you_practice_extracurricular_activities" BIGINT -- How Many Times A Week You Practice Extracurricular Activities 🎾?,
"how_would_you_rate_your_stress_levels" BIGINT -- How Would You Rate Your Stress Levels?
);CREATE TABLE student_stress_factors_2 (
"kindly_rate_your_sleep_quality" BIGINT -- Kindly Rate Your Sleep Quality 😴,
"how_many_times_a_week_do_you_suffer_headaches" BIGINT -- How Many Times A Week Do You Suffer Headaches 🤕?,
"how_would_you_rate_you_academic_performance" BIGINT -- How Would You Rate You Academic Performance 👩🎓?,
"how_would_you_rate_your_study_load" BIGINT -- How Would You Rate Your Study Load?,
"how_many_times_a_week_you_practice_extracurricular_activities" BIGINT -- How Many Times A Week You Practice Extracurricular Activities 🎾?,
"how_would_you_rate_your_stress_levels" BIGINT -- How Would You Rate Your Stress Levels?
);Anyone who has the link will be able to view this.