Baselight

Dry Eye Disease

Dataset for Dry Eye Disease Prediction Using Sleep and Ocular Surface Attributes

@kaggle.dakshnagra_dry_eye_disease

Dry Eye Dataset
@kaggle.dakshnagra_dry_eye_disease.dry_eye_dataset

  • 225.73 KB
  • 20000 rows
  • 26 columns
gender

Gender

age

Age

sleep_duration

Sleep Duration

sleep_quality

Sleep Quality

stress_level

Stress Level

blood_pressure

Blood Pressure

heart_rate

Heart Rate

daily_steps

Daily Steps

physical_activity

Physical Activity

height

Height

weight

Weight

sleep_disorder

Sleep Disorder

wake_up_during_night

Wake Up During Night

feel_sleepy_during_day

Feel Sleepy During Day

caffeine_consumption

Caffeine Consumption

alcohol_consumption

Alcohol Consumption

smoking

Smoking

medical_issue

Medical Issue

ongoing_medication

Ongoing Medication

smart_device_before_bed

Smart Device Before Bed

average_screen_time

Average Screen Time

blue_light_filter

Blue-light Filter

discomfort_eye_strain

Discomfort Eye-strain

redness_in_eye

Redness In Eye

itchiness_irritation_in_eye

Itchiness/Irritation In Eye

dry_eye_disease

Dry Eye Disease

F249.521137/896730003116169YNNNNNYYN8.7NYYNY
M399.623108/6460120007416487NNNNYNYYN9.6YNNYY
F455.415134/8195120009317994YYNYYNNNY4NYNNN
F455.445110/9078190003216077NNNYNNYNN7.6NYNYN
F425.73299/6772400017317999NYNNNNYNN3.5NYYNY
F425.831117/85791400011017464YNYYYYYYY2.6YYNYY
M264.852124/616360004218882YNNYYNYYY5.4YNNYY
M335.521109/859750007116291NNNNYNNYN4.5YYNNY
M366.312135/7678700014217580NNNNNYYNN3.9YNNYN
M337.745140/8881400010516365NNNYYNYYN5.7NNYYY

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
);

Share link

Anyone who has the link will be able to view this.