cases

163 rows where "Date" is on date 2020-07-25 sorted by TotalCases

View and edit SQL

Date (date)

  • 2020-07-25 · 3
Link Date Country AreaCode Area TotalCases ▼
2020-07-25 England E10000012 Essex 5622
2020-07-25 England E10000017 Lancashire 6990
2020-07-25 England E10000016 Kent 8029

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