cases

3 rows where Country = "England" and "Date" is on date 2020-02-29

View and edit SQL

Suggested facets: TotalCases

Date (date)

  • 2020-02-29 · 3

Country

  • England · 3
Link Date Country AreaCode Area TotalCases
2020-02-29 England E09000021 Kingston upon Thames 1
2020-02-29 England E10000021 Northamptonshire 1
2020-02-29 England E10000032 West Sussex 3

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