cases

10 rows where Country = "England" and "Date" is on date 2020-02-28

View and edit SQL

Suggested facets: TotalCases

Date (date)

  • 2020-02-28 · 10

Country

  • England · 10
Link Date Country AreaCode Area TotalCases
2020-02-28 England E06000018 Nottingham 1
2020-02-28 England E08000002 Bury 1
2020-02-28 England E08000035 Leeds 2
2020-02-28 England E09000018 Hounslow 1
2020-02-28 England E09000020 Kensington and Chelsea 2
2020-02-28 England E09000028 Southwark 3
2020-02-28 England E10000012 Essex 1
2020-02-28 England E10000015 Hertfordshire 3
2020-02-28 England E10000016 Kent 1
2020-02-28 England E10000030 Surrey 2

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