QLD Wastewater Surveillance - SARS-CoV-2 (COVID19)
Queensland, Australia wastewater surveillance for SARS-CoV-2 (COVID19)
@kaggle.joebeachcapital_qld_wastewater_surveillance_sars_cov_2_covid19
Queensland, Australia wastewater surveillance for SARS-CoV-2 (COVID19)
@kaggle.joebeachcapital_qld_wastewater_surveillance_sars_cov_2_covid19
Queensland Health uses wastewater surveillance to monitor SARS-CoV-2, the virus that causes COVID-19.
When there was either no or very low COVID-19 transmission in Queensland, wastewater surveillance was primarily used as a tool to detect the presence of COVID-19 in a geographic area.
Results were useful to guide the public health response. For example, if wastewater samples in a certain geographic area were positive for COVID-19, but there were no known community cases, Queensland Health was able to focus on increasing testing in that area, to try to identify and then contact trace, the positive cases.
When there was continuous COVID-19 transmission in Queensland, wastewater surveillance was used to measure the incidence of COVID-19 in a community.
NOTE: This program closed on 30 September 2022 and this dataset is no longer updated.
CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_in_2_15485360 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" DOUBLE,
"notes" VARCHAR
);CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_q1_2021 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" BIGINT,
"notes" VARCHAR
);CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_q1_2022 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" DOUBLE
);CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_q2_2021 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" DOUBLE,
"notes" VARCHAR
);CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_q2_2022 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" DOUBLE
);CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_q3_2021 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" BIGINT,
"notes" VARCHAR
);CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_q3_2022 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" BIGINT
);CREATE TABLE queensland_wastewater_surveillance_for_sars_cov_2_q4_2021 (
"sampling_date" TIMESTAMP,
"site" VARCHAR,
"result" VARCHAR,
"site_population" BIGINT
);Anyone who has the link will be able to view this.