cases

7 rows where Country = "England" and "Date" is on date 2020-02-27

View and edit SQL

Suggested facets: TotalCases

Date (date)

  • 2020-02-27 · 7

Country

  • England · 7
Link Date Country AreaCode Area TotalCases
2020-02-27 England E06000041 Wokingham 1
2020-02-27 England E08000032 Bradford 1
2020-02-27 England E09000003 Barnet 1
2020-02-27 England E09000020 Kensington and Chelsea 1
2020-02-27 England E10000013 Gloucestershire 2
2020-02-27 England E10000014 Hampshire 1
2020-02-27 England E10000015 Hertfordshire 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 209.759ms · About: https://github.com/tomwhite/covid-19-uk-data