cases

6 rows where "Date" is on date 2020-03-09 and TotalCases = 8

View and edit SQL

TotalCases

Date (date)

  • 2020-03-09 · 6

Country

Link Date Country AreaCode Area TotalCases
2020-03-09 England E08000035 Leeds 8
2020-03-09 England E09000007 Camden 8
2020-03-09 England E09000022 Lambeth 8
2020-03-09 England E09000030 Tower Hamlets 8
2020-03-09 England E10000016 Kent 8
2020-03-09 England E10000021 Northamptonshire 8

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