cases

1 row where AreaCode = "S08000030", Country = "Scotland" and "Date" is on date 2020-03-12

View and edit SQL

Date (date)

  • 2020-03-12 · 1

Country

  • Scotland · 1

AreaCode

  • S08000030 · 1
Link Date Country AreaCode Area TotalCases
2020-03-12 Scotland S08000030 Tayside NaN

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