Dry Eye Disease
Dataset for Dry Eye Disease Prediction Using Sleep and Ocular Surface Attributes
@kaggle.dakshnagra_dry_eye_disease
Dataset for Dry Eye Disease Prediction Using Sleep and Ocular Surface Attributes
@kaggle.dakshnagra_dry_eye_disease
CREATE TABLE dry_eye_dataset (
"gender" VARCHAR,
"age" BIGINT,
"sleep_duration" DOUBLE,
"sleep_quality" BIGINT,
"stress_level" BIGINT,
"blood_pressure" VARCHAR,
"heart_rate" BIGINT,
"daily_steps" BIGINT,
"physical_activity" BIGINT,
"height" BIGINT,
"weight" BIGINT,
"sleep_disorder" VARCHAR,
"wake_up_during_night" VARCHAR,
"feel_sleepy_during_day" VARCHAR,
"caffeine_consumption" VARCHAR,
"alcohol_consumption" VARCHAR,
"smoking" VARCHAR,
"medical_issue" VARCHAR,
"ongoing_medication" VARCHAR,
"smart_device_before_bed" VARCHAR,
"average_screen_time" DOUBLE,
"blue_light_filter" VARCHAR,
"discomfort_eye_strain" VARCHAR,
"redness_in_eye" VARCHAR,
"itchiness_irritation_in_eye" VARCHAR,
"dry_eye_disease" VARCHAR
);
Anyone who has the link will be able to view this.