Baselight

COVID-19 Symptoms Checker

Predict whether someone has coronavirus or not?

@kaggle.iamhungundji_covid19_symptoms_checker

Cleaned Data
@kaggle.iamhungundji_covid19_symptoms_checker.cleaned_data

  • 40.83 KB
  • 316800 rows
  • 27 columns
fever

Fever

tiredness

Tiredness

dry_cough

Dry-Cough

difficulty_in_breathing

Difficulty-in-Breathing

sore_throat

Sore-Throat

none_sympton

None Sympton

pains

Pains

nasal_congestion

Nasal-Congestion

runny_nose

Runny-Nose

diarrhea

Diarrhea

none_experiencing

None Experiencing

age_0_9

Age 0-9

age_10_19

Age 10-19

age_20_24

Age 20-24

age_25_59

Age 25-59

age_60

Age 60+

gender_female

Gender Female

gender_male

Gender Male

gender_transgender

Gender Transgender

severity_mild

Severity Mild

severity_moderate

Severity Moderate

severity_none

Severity None

severity_severe

Severity Severe

contact_dont_know

Contact Dont-Know

contact_no

Contact No

contact_yes

Contact Yes

country

Country

1111111111111China
1111111111111China
1111111111111China
1111111111111China
1111111111111China
1111111111111China
1111111111111China
1111111111111China
1111111111111China
1111111111111China

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
);

Share link

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