Baselight

COVID Testing Time Series Data

@owid.testing_time_series

Loading...
Loading...

About this Dataset

COVID Testing Time Series Data

Data on COVID-19 testing. Comparisons between countries are compromised for several reasons.

You can download the full dataset, alongside detailed source descriptions here: https://github.com/owid/covid-19-data/tree/master/public/data/

Tables

Testing Time Series

@owid.testing_time_series.owid_testing_time_series
  • 2.62 MB
  • 106788 rows
  • 14 columns
Loading...

CREATE TABLE owid_testing_time_series (
  "year" INTEGER,
  "country" VARCHAR,
  "annotation" VARCHAR,
  "total_tests" BIGINT,
  "total_tests_per_thousand" FLOAT,
  "new_tests" UINTEGER,
  "new_tests_per_thousand" FLOAT,
  "new_tests_7day_smoothed" UINTEGER,
  "new_tests_per_thousand_7day_smoothed" FLOAT,
  "cumulative_tests_per_case" FLOAT,
  "cumulative_positivity_rate" FLOAT,
  "short_term_tests_per_case" FLOAT,
  "short_term_positivity_rate" FLOAT,
  "testing_observations" INTEGER
);

Share link

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