Baselight

Disease Symptom Prediction

helps to create a disease prediction or healthcare system

@kaggle.itachi9604_disease_symptom_description_dataset

Symptom Severity
@kaggle.itachi9604_disease_symptom_description_dataset.symptom_severity

  • 4.14 KB
  • 133 rows
  • 2 columns
symptom

Symptom

weight

Weight

itching1
skin_rash3
nodal_skin_eruptions4
continuous_sneezing4
shivering5
chills3
joint_pain3
stomach_pain5
acidity3
ulcers_on_tongue4

CREATE TABLE symptom_severity (
  "symptom" VARCHAR,
  "weight" BIGINT
);

Share link

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