cases

4 rows where Country = "England" and "Date" is on date 2020-02-26

View and edit SQL

Date (date)

  • 2020-02-26 · 4

Country

  • England · 4
Link Date Country AreaCode Area TotalCases
2020-02-26 England E09000024 Merton 1
2020-02-26 England E09000033 Westminster 1
2020-02-26 England E10000013 Gloucestershire 1
2020-02-26 England E10000015 Hertfordshire 1

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