cases

1 row where AreaCode = "E09000022" and "Date" is on date 2020-03-07

View and edit SQL

Date (date)

  • 2020-03-07 · 1

Country

AreaCode

  • E09000022 · 1
Link Date Country AreaCode Area TotalCases
2020-03-07 England E09000022 Lambeth 6

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