Disease Symptom Prediction
helps to create a disease prediction or healthcare system
@kaggle.itachi9604_disease_symptom_description_dataset
helps to create a disease prediction or healthcare system
@kaggle.itachi9604_disease_symptom_description_dataset
CREATE TABLE dataset (
"disease" VARCHAR,
"symptom_1" VARCHAR,
"symptom_2" VARCHAR,
"symptom_3" VARCHAR,
"symptom_4" VARCHAR,
"symptom_5" VARCHAR,
"symptom_6" VARCHAR,
"symptom_7" VARCHAR,
"symptom_8" VARCHAR,
"symptom_9" VARCHAR,
"symptom_10" VARCHAR,
"symptom_11" VARCHAR,
"symptom_12" VARCHAR,
"symptom_13" VARCHAR,
"symptom_14" VARCHAR,
"symptom_15" VARCHAR,
"symptom_16" VARCHAR,
"symptom_17" VARCHAR
);
CREATE TABLE symptom_description (
"disease" VARCHAR,
"description" VARCHAR
);
CREATE TABLE symptom_precaution (
"disease" VARCHAR,
"precaution_1" VARCHAR,
"precaution_2" VARCHAR,
"precaution_3" VARCHAR,
"precaution_4" VARCHAR
);
CREATE TABLE symptom_severity (
"symptom" VARCHAR,
"weight" BIGINT
);
Anyone who has the link will be able to view this.