Respiratory Virus Weekly Report
State of California
@usgov.ca_gov_respiratory_virus_weekly_report_b5321
State of California
@usgov.ca_gov_respiratory_virus_weekly_report_b5321
CREATE TABLE age_distribution_of_covid_19_flu_and (
"season" VARCHAR,
"agegrp" VARCHAR,
"respiratory_virus" VARCHAR,
"count" BIGINT
);
CREATE TABLE aggregated_sars_cov_2_rna_wastewater_concentrations (
"season" VARCHAR,
"weekending" TIMESTAMP,
"sars_conc" DOUBLE
);
CREATE TABLE covid_19_associated_hospitalization_rates_from_nhsn (
"weekending" TIMESTAMP,
"season" VARCHAR,
"mmwr_week" BIGINT,
"covid_weekly_rate" DOUBLE
);
CREATE TABLE data_dictionary_age_distribution_of_covid_19_flu_and (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_percentage_of_deaths_attributed_to_rsv_in (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_percentage_of_other_respiratory_pathogen (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_percentage_of_rsv_admissions_at_kaiser (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_percentage_of_rsv_detections_at_clinical (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE influenza_associated_hospitalization_rates_from_nhsn (
"weekending" TIMESTAMP,
"season" VARCHAR,
"mmwr_week" BIGINT,
"flu_weekly_rate" DOUBLE
);
CREATE TABLE n__dictionary_aggregated_sars_cov_2_rna_wastewater_con_472df1e5 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_covid_19_associated_hospitalization_rate_845a6b96 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_influenza_associated_hospitalization_rat_cf1447c1 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_percentage_of_deaths_attributed_to_covid_19_in (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_percentage_of_deaths_attributed_to_influenza (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_percentage_of_influenza_detections_at_clinical (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_percentage_of_sars_cov_2_detections_from_test (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE percentage_of_deaths_attributed_to_covid_19_in (
"season" VARCHAR,
"weekending" TIMESTAMP,
"percovcodeddeaths" DOUBLE
);
CREATE TABLE percentage_of_deaths_attributed_to_influenza (
"season" VARCHAR,
"weekending" TIMESTAMP,
"perflucodeddeaths" DOUBLE
);
CREATE TABLE percentage_of_deaths_attributed_to_rsv_in (
"season" VARCHAR,
"weekending" TIMESTAMP,
"perrsvcodeddeaths" DOUBLE
);
CREATE TABLE percentage_of_influenza_detections_at_clinical (
"season" VARCHAR,
"weekending" TIMESTAMP,
"perflu" DOUBLE
);
CREATE TABLE percentage_of_other_respiratory_pathogen (
"virus" VARCHAR,
"weekending" TIMESTAMP,
"percent" DOUBLE
);
CREATE TABLE percentage_of_rsv_admissions_at_kaiser (
"season" VARCHAR,
"weekending" TIMESTAMP,
"rsvper_tot" DOUBLE
);
CREATE TABLE percentage_of_rsv_detections_at_clinical (
"season" VARCHAR,
"weekending" TIMESTAMP,
"perrsv" DOUBLE
);
CREATE TABLE percentage_of_sars_cov_2_detections_from_test (
"season" VARCHAR,
"weekending" TIMESTAMP,
"percovsars" DOUBLE
);
Anyone who has the link will be able to view this.