cases

4 rows where "Date" is on date 2020-03-19 and TotalCases = 17

View and edit SQL

Country

TotalCases

Date (date)

  • 2020-03-19 · 4
Link Date Country AreaCode Area TotalCases
2020-03-19 England E06000025 South Gloucestershire 17
2020-03-19 England E06000050 Cheshire West and Chester 17
2020-03-19 England E08000016 Barnsley 17
2020-03-19 Scotland S08000019 Forth Valley 17

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