cases

145 rows where Country = "England" and "Date" is on date 2020-05-20 sorted by Country

View and edit SQL

Date (date)

  • 2020-05-20 · 4

Country

  • England · 4
Link Date Country ▼ AreaCode Area TotalCases
2020-05-20 England E10000030 Surrey 4148
2020-05-20 England E10000031 Warwickshire 2024
2020-05-20 England E10000032 West Sussex 2360
2020-05-20 England E10000034 Worcestershire 2055

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