Baselight

Predict Disease Symptom

To help to find disease from symptom by using datasets.

@kaggle.karthikudyawar_disease_symptom_prediction

Loading...
Loading...

About this Dataset

Predict Disease Symptom

Context

  • A dataset to provide the students with a source to create a healthcare-related system.
  • A project on the same is available at PredictIt

Content

  • There are columns containing diseases, their symptoms, precautions to be taken, and their weights.
  • Added Covid disease in the datasets.
  • These datasets are cleaned with appropriate headers.

Acknowledgements

Tables

Dataset

@kaggle.karthikudyawar_disease_symptom_prediction.dataset
  • 21.54 kB
  • 313 rows
  • 18 columns
Loading...
CREATE TABLE dataset (
  "disease" VARCHAR,
  "symptom_0" 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
);

Disease Description

@kaggle.karthikudyawar_disease_symptom_prediction.disease_description
  • 11.25 kB
  • 42 rows
  • 2 columns
Loading...
CREATE TABLE disease_description (
  "disease" VARCHAR,
  "symptom_description" VARCHAR
);

Disease Precaution

@kaggle.karthikudyawar_disease_symptom_prediction.disease_precaution
  • 7.78 kB
  • 42 rows
  • 5 columns
Loading...
CREATE TABLE disease_precaution (
  "disease" VARCHAR,
  "symptom_precaution_0" VARCHAR,
  "symptom_precaution_1" VARCHAR,
  "symptom_precaution_2" VARCHAR,
  "symptom_precaution_3" VARCHAR
);

Symptom Severity

@kaggle.karthikudyawar_disease_symptom_prediction.symptom_severity
  • 4.32 kB
  • 134 rows
  • 2 columns
Loading...
CREATE TABLE symptom_severity (
  "symptom" VARCHAR,
  "symptom_severity" BIGINT
);

Testing

@kaggle.karthikudyawar_disease_symptom_prediction.testing
  • 99.28 kB
  • 42 rows
  • 135 columns
Loading...
CREATE TABLE testing (
  "abdominal_pain" BIGINT,
  "abnormal_menstruation" BIGINT,
  "acidity" BIGINT,
  "acute_liver_failure" BIGINT,
  "altered_sensorium" BIGINT,
  "anxiety" BIGINT,
  "back_pain" BIGINT,
  "belly_pain" BIGINT,
  "blackheads" BIGINT,
  "bladder_discomfort" BIGINT,
  "blister" BIGINT,
  "blood_in_sputum" BIGINT,
  "bloody_stool" BIGINT,
  "blurred_and_distorted_vision" BIGINT,
  "breathlessness" BIGINT,
  "brittle_nails" BIGINT,
  "bruising" BIGINT,
  "burning_micturition" BIGINT,
  "chest_pain" BIGINT,
  "chills" BIGINT,
  "cold_hands_and_feet" BIGINT,
  "coma" BIGINT,
  "congestion" BIGINT,
  "constipation" BIGINT,
  "continuous_feel_of_urine" BIGINT,
  "continuous_sneezing" BIGINT,
  "cough" BIGINT,
  "cramps" BIGINT,
  "dark_urine" BIGINT,
  "dehydration" BIGINT,
  "depression" BIGINT,
  "diarrhoea" BIGINT,
  "dyschromic_patches" BIGINT,
  "distention_of_abdomen" BIGINT,
  "dizziness" BIGINT,
  "drying_and_tingling_lips" BIGINT,
  "enlarged_thyroid" BIGINT,
  "excessive_hunger" BIGINT,
  "extra_marital_contacts" BIGINT,
  "family_history" BIGINT,
  "fast_heart_rate" BIGINT,
  "fatigue" BIGINT,
  "fluid_overload" BIGINT,
  "fluid_overload_1" BIGINT,
  "foul_smell_of_urine" BIGINT,
  "headache" BIGINT,
  "high_fever" BIGINT,
  "hip_joint_pain" BIGINT,
  "history_of_alcohol_consumption" BIGINT,
  "increased_appetite" BIGINT,
  "indigestion" BIGINT,
  "inflammatory_nails" BIGINT,
  "internal_itching" BIGINT,
  "irregular_sugar_level" BIGINT,
  "irritability" BIGINT,
  "irritation_in_anus" BIGINT,
  "itching" BIGINT,
  "joint_pain" BIGINT,
  "knee_pain" BIGINT,
  "lack_of_concentration" BIGINT,
  "lethargy" BIGINT,
  "loss_of_appetite" BIGINT,
  "loss_of_balance" BIGINT,
  "loss_of_smell" BIGINT,
  "loss_of_taste" BIGINT,
  "malaise" BIGINT,
  "mild_fever" BIGINT,
  "mood_swings" BIGINT,
  "movement_stiffness" BIGINT,
  "mucoid_sputum" BIGINT,
  "muscle_pain" BIGINT,
  "muscle_wasting" BIGINT,
  "muscle_weakness" BIGINT,
  "nausea" BIGINT,
  "neck_pain" BIGINT,
  "nodal_skin_eruptions" BIGINT,
  "obesity" BIGINT,
  "pain_behind_the_eyes" BIGINT,
  "pain_during_bowel_movements" BIGINT,
  "pain_in_anal_region" BIGINT,
  "painful_walking" BIGINT,
  "palpitations" BIGINT,
  "passage_of_gases" BIGINT,
  "patches_in_throat" BIGINT,
  "phlegm" BIGINT,
  "polyuria" BIGINT,
  "prominent_veins_on_calf" BIGINT,
  "puffy_face_and_eyes" BIGINT,
  "pus_filled_pimples" BIGINT,
  "receiving_blood_transfusion" BIGINT,
  "receiving_unsterile_injections" BIGINT,
  "red_sore_around_nose" BIGINT,
  "red_spots_over_body" BIGINT,
  "redness_of_eyes" BIGINT,
  "restlessness" BIGINT,
  "runny_nose" BIGINT,
  "rusty_sputum" BIGINT,
  "scurrying" BIGINT,
  "shivering" BIGINT,
  "silver_like_dusting" BIGINT
);

Training

@kaggle.karthikudyawar_disease_symptom_prediction.training
  • 100.96 kB
  • 306 rows
  • 135 columns
Loading...
CREATE TABLE training (
  "abdominal_pain" BIGINT,
  "abnormal_menstruation" BIGINT,
  "acidity" BIGINT,
  "acute_liver_failure" BIGINT,
  "altered_sensorium" BIGINT,
  "anxiety" BIGINT,
  "back_pain" BIGINT,
  "belly_pain" BIGINT,
  "blackheads" BIGINT,
  "bladder_discomfort" BIGINT,
  "blister" BIGINT,
  "blood_in_sputum" BIGINT,
  "bloody_stool" BIGINT,
  "blurred_and_distorted_vision" BIGINT,
  "breathlessness" BIGINT,
  "brittle_nails" BIGINT,
  "bruising" BIGINT,
  "burning_micturition" BIGINT,
  "chest_pain" BIGINT,
  "chills" BIGINT,
  "cold_hands_and_feet" BIGINT,
  "coma" BIGINT,
  "congestion" BIGINT,
  "constipation" BIGINT,
  "continuous_feel_of_urine" BIGINT,
  "continuous_sneezing" BIGINT,
  "cough" BIGINT,
  "cramps" BIGINT,
  "dark_urine" BIGINT,
  "dehydration" BIGINT,
  "depression" BIGINT,
  "diarrhoea" BIGINT,
  "dyschromic_patches" BIGINT,
  "distention_of_abdomen" BIGINT,
  "dizziness" BIGINT,
  "drying_and_tingling_lips" BIGINT,
  "enlarged_thyroid" BIGINT,
  "excessive_hunger" BIGINT,
  "extra_marital_contacts" BIGINT,
  "family_history" BIGINT,
  "fast_heart_rate" BIGINT,
  "fatigue" BIGINT,
  "fluid_overload" BIGINT,
  "fluid_overload_1" BIGINT,
  "foul_smell_of_urine" BIGINT,
  "headache" BIGINT,
  "high_fever" BIGINT,
  "hip_joint_pain" BIGINT,
  "history_of_alcohol_consumption" BIGINT,
  "increased_appetite" BIGINT,
  "indigestion" BIGINT,
  "inflammatory_nails" BIGINT,
  "internal_itching" BIGINT,
  "irregular_sugar_level" BIGINT,
  "irritability" BIGINT,
  "irritation_in_anus" BIGINT,
  "itching" BIGINT,
  "joint_pain" BIGINT,
  "knee_pain" BIGINT,
  "lack_of_concentration" BIGINT,
  "lethargy" BIGINT,
  "loss_of_appetite" BIGINT,
  "loss_of_balance" BIGINT,
  "loss_of_smell" BIGINT,
  "loss_of_taste" BIGINT,
  "malaise" BIGINT,
  "mild_fever" BIGINT,
  "mood_swings" BIGINT,
  "movement_stiffness" BIGINT,
  "mucoid_sputum" BIGINT,
  "muscle_pain" BIGINT,
  "muscle_wasting" BIGINT,
  "muscle_weakness" BIGINT,
  "nausea" BIGINT,
  "neck_pain" BIGINT,
  "nodal_skin_eruptions" BIGINT,
  "obesity" BIGINT,
  "pain_behind_the_eyes" BIGINT,
  "pain_during_bowel_movements" BIGINT,
  "pain_in_anal_region" BIGINT,
  "painful_walking" BIGINT,
  "palpitations" BIGINT,
  "passage_of_gases" BIGINT,
  "patches_in_throat" BIGINT,
  "phlegm" BIGINT,
  "polyuria" BIGINT,
  "prominent_veins_on_calf" BIGINT,
  "puffy_face_and_eyes" BIGINT,
  "pus_filled_pimples" BIGINT,
  "receiving_blood_transfusion" BIGINT,
  "receiving_unsterile_injections" BIGINT,
  "red_sore_around_nose" BIGINT,
  "red_spots_over_body" BIGINT,
  "redness_of_eyes" BIGINT,
  "restlessness" BIGINT,
  "runny_nose" BIGINT,
  "rusty_sputum" BIGINT,
  "scurrying" BIGINT,
  "shivering" BIGINT,
  "silver_like_dusting" BIGINT
);

Share link

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