cases

1 row where Area = "Cardiff and Vale", Country = "Wales" and "Date" is on date 2020-02-18

View and edit SQL

Date (date)

  • 2020-02-18 · 1

Country

  • Wales · 1

Area

  • Cardiff and Vale · 1
Link Date Country AreaCode Area TotalCases
2020-02-18 Wales W11000029 Cardiff and Vale 0

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