cases

182 rows where "Date" is on date 2020-05-14 sorted by Country descending

View and edit SQL

Date (date)

  • 2020-05-14 · 4
Link Date Country ▲ AreaCode Area TotalCases
2020-05-14 England E10000030 Surrey 3963
2020-05-14 England E10000031 Warwickshire 1894
2020-05-14 England E10000032 West Sussex 2247
2020-05-14 England E10000034 Worcestershire 1917

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