Predict Disease Symptom
To help to find disease from symptom by using datasets.
@kaggle.karthikudyawar_disease_symptom_prediction
To help to find disease from symptom by using datasets.
@kaggle.karthikudyawar_disease_symptom_prediction
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
);
Anyone who has the link will be able to view this.