cases

178 rows where "Date" is on date 2020-05-10 sorted by Country

View and edit SQL

Date (date)

  • 2020-05-10 · 2

Country

Link Date Country ▼ AreaCode Area TotalCases
2020-05-10 Wales W11000030 Cwm Taf 2103
2020-05-10 Wales W11000031 Swansea Bay 1747

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