cases

150 rows where "Date" is on date 2020-07-20 sorted by TotalCases

View and edit SQL

Date (date)

  • 2020-07-20 · 3
Link Date Country AreaCode Area TotalCases ▼
2020-07-20 England E10000012 Essex 5590
2020-07-20 England E10000017 Lancashire 6919
2020-07-20 England E10000016 Kent 7981

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 38.932ms · About: https://github.com/tomwhite/covid-19-uk-data