cases

5 rows where TotalCases = 3166

View and edit SQL

Suggested facets: Country, AreaCode, Area

Link Date Country AreaCode Area TotalCases
2020-04-22 England E10000016 Kent 3166
2020-07-12 Scotland S08000024 Lothian 3166
2020-07-13 Scotland S08000024 Lothian 3166
2020-07-14 Scotland S08000024 Lothian 3166
2020-07-15 Scotland S08000024 Lothian 3166

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "cases" (
"Date" TEXT,
  "Country" TEXT,
  "AreaCode" TEXT,
  "Area" TEXT,
  "TotalCases" INTEGER
  ,PRIMARY KEY ([Date], [Country], [AreaCode], [Area])
);
Powered by Datasette · Query took 327.873ms · About: https://github.com/tomwhite/covid-19-uk-data