COVID-19 Variant Data
COVID 19 Variant Data - CALIFORNIA
@kaggle.nidzsharma_covid_19_variant_data
COVID 19 Variant Data - CALIFORNIA
@kaggle.nidzsharma_covid_19_variant_data
The California Department of Public Health (CDPH) is identifying the prevalence of circulating SARS-CoV-2 variants by analysing CDPH Genomic Surveillance Data and CalREDIE, CDPH's communicable disease reporting and surveillance system. Viruses mutate into new strains or variants over time. Some variants emerge and then disappear. Other variants become common and circulate for a long time. Several specialized laboratories state-wide sequence the genomes of a fraction of all positive COVID-19 tests to determine which variants are circulating. Sequencing and reporting of variant results takes several days after a test is identified as a positive for COVID-19. Not all viruses from positive COVID-19 tests are sequenced. Knowing what variants are circulating in California informs public health and clinical action.
CREATE TABLE covid19_variant (
"date" VARCHAR,
"area" VARCHAR,
"area_type" VARCHAR,
"variant_name" VARCHAR,
"specimens" BIGINT,
"percentage" DOUBLE,
"specimens_7d_avg" DOUBLE,
"percentage_7d_avg" DOUBLE
);Anyone who has the link will be able to view this.