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 raw_data (
"country" VARCHAR,
"age" VARCHAR,
"gender" VARCHAR,
"symptoms" VARCHAR,
"experiencing_symptoms" VARCHAR,
"severity" VARCHAR,
"contact" VARCHAR
);
Anyone who has the link will be able to view this.