Baselight

Infectious Disease Prediction

Infectious Disease Prediction

@kaggle.haithemhermessi_infectious_disease_prediction

Test
@kaggle.haithemhermessi_infectious_disease_prediction.test

  • 340.02 KB
  • 18904 rows
  • 10 columns
unnamed_0

Unnamed: 0

disease

Disease

county

County

year

Year

sex

Sex

count

Count

population

Population

rate

Rate

ci_lower

CI.lower

ci_upper

CI.upper

3364Anaplasmosis and EhrlichiosisMarin2001Female1254142.9410000000000003
47435Early SyphilisSan Benito2009Female2749213.417
8922Botulism, FoodborneSan Benito2001Male2761113.359000000000002
85167MumpsSanta Clara2011Male9064380.407
25591Ciguatera Fish PoisoningLassen2009Female1246129.599
126863TuberculosisLassen2012Male2216049.2581.12133.437
72151LeprosyYolo2010Male1981801.0190.0265.675
27920CoccidioidomycosisKern2009Male35042843581.69373.3690.712
25939Ciguatera Fish PoisoningMono2013Female685953.767
54653Hantavirus InfectionOrange2002Female14690890.251

CREATE TABLE test (
  "unnamed_0" BIGINT,
  "disease" VARCHAR,
  "county" VARCHAR,
  "year" BIGINT,
  "sex" VARCHAR,
  "count" BIGINT,
  "population" BIGINT,
  "rate" DOUBLE,
  "ci_lower" DOUBLE,
  "ci_upper" DOUBLE
);

Share link

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