COVID-19 Symptoms Checker
Predict whether someone has coronavirus or not?
@kaggle.iamhungundji_covid19_symptoms_checker
Predict whether someone has coronavirus or not?
@kaggle.iamhungundji_covid19_symptoms_checker
CREATE TABLE cleaned_data (
"fever" BIGINT,
"tiredness" BIGINT,
"dry_cough" BIGINT,
"difficulty_in_breathing" BIGINT,
"sore_throat" BIGINT,
"none_sympton" BIGINT,
"pains" BIGINT,
"nasal_congestion" BIGINT,
"runny_nose" BIGINT,
"diarrhea" BIGINT,
"none_experiencing" BIGINT,
"age_0_9" BIGINT,
"age_10_19" BIGINT,
"age_20_24" BIGINT,
"age_25_59" BIGINT,
"age_60" BIGINT,
"gender_female" BIGINT,
"gender_male" BIGINT,
"gender_transgender" BIGINT,
"severity_mild" BIGINT,
"severity_moderate" BIGINT,
"severity_none" BIGINT,
"severity_severe" BIGINT,
"contact_dont_know" BIGINT,
"contact_no" BIGINT,
"contact_yes" BIGINT,
"country" VARCHAR
);
Anyone who has the link will be able to view this.