cases

6 rows where "Date" is on date 2020-03-19 and TotalCases = 35

View and edit SQL

Country

TotalCases

Date (date)

  • 2020-03-19 · 6
Link Date Country AreaCode Area TotalCases
2020-03-19 England E08000003 Manchester 35
2020-03-19 England E08000007 Stockport 35
2020-03-19 England E08000012 Liverpool 35
2020-03-19 England E10000020 Norfolk 35
2020-03-19 England E10000021 Northamptonshire 35
2020-03-19 Scotland S08000024 Lothian 35

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