Baselight

Ohio COVID-19 Key Metrics On Testing

From March 2020 through August 2022

@kaggle.ryanlingo_ohio_covid_19_key_metrics_on_testing

Loading...
Loading...

About this Dataset

Ohio COVID-19 Key Metrics On Testing

The COVID-19 diagnostic testing data, including total daily tests performed and daily percentage of positive tests, as reported to the Ohio Department of Health (ODH). This data includes laboratory testing from hospitals, private labs and the ODH lab.

source: https://data.ohio.gov/wps/portal/gov/data/view/covid-nineteen-key-metrics-on-testing

Tables

Testingdetails

@kaggle.ryanlingo_ohio_covid_19_key_metrics_on_testing.testingdetails
  • 48.18 KB
  • 756 rows
  • 13 columns
Loading...

CREATE TABLE testingdetails (
  "date" TIMESTAMP,
  "confirmatory_lab_percent_positive_daily" DOUBLE,
  "confirmatory_lab_total_positive_daily" BIGINT,
  "confirmatory_lab_total_tested_daily" BIGINT,
  "confirmatory_lab_7_day_percent_positive" DOUBLE,
  "presumptive_lab_percent_positive_daily" DOUBLE,
  "presumptive_lab_total_positive_daily" DOUBLE,
  "presumptive_lab_total_tested_daily" DOUBLE,
  "presumptive_lab_7_day_percent_positive" DOUBLE,
  "confirmatory_and_presumptive_lab_total_positive_daily" DOUBLE,
  "confirmatory_and_presumptive_lab_total_tested_daily" DOUBLE,
  "confirmatory_and_presumptive_lab_percent_positive_daily" DOUBLE,
  "confirmatory_and_presumptive_lab_7_day_percent_positive" DOUBLE
);

Share link

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