variables
Data license: CC-BY
6 rows where datasetId = 6652 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: unit, createdAt, display, createdAt (date), updatedAt (date)
id ▲ | name | unit | description | createdAt | updatedAt | code | coverage | timespan | datasetId | sourceId | shortUnit | display | columnOrder | originalMetadata | grapherConfigAdmin | shortName | catalogPath | dimensions | schemaVersion | processingLevel | processingLog | titlePublic | titleVariant | attributionShort | attribution | descriptionShort | descriptionFromProducer | descriptionKey | descriptionProcessing | licenses | license | grapherConfigETL | type | sort | dataChecksum | metadataChecksum |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
960083 | Confirmed deaths | deaths | 2024-07-31 15:42:16 | 2024-07-31 15:42:16 | COVID-19, decoupling of indicators 6652 | { "unit": "deaths", "zeroDay": "2020-01-01", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | confirmed_deaths | grapher/covid/latest/decoupling/decoupling#confirmed_deaths | 2 | major | [] |
float | [] |
a1f990f11df1bd06fa6c0900da28ddb9 | df375843f9dfb99dfa7463639bed6690 | ||||||||||||||||||||
960082 | Confirmed cases | cases | 2024-07-31 15:42:15 | 2024-07-31 15:42:16 | COVID-19, decoupling of indicators 6652 | { "unit": "cases", "zeroDay": "2020-01-01", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | confirmed_cases | grapher/covid/latest/decoupling/decoupling#confirmed_cases | 2 | major | [] |
float | [] |
6485e2f4a1192af009d6868c086bb14a | 429baf9349f71d38bd53ec60ccb355df | ||||||||||||||||||||
960081 | ICU admissions | admisions | 2024-07-31 15:42:15 | 2024-07-31 15:42:16 | COVID-19, decoupling of indicators 6652 | { "unit": "admisions", "zeroDay": "2020-01-01", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | icu_flow | grapher/covid/latest/decoupling/decoupling#icu_flow | 2 | major | [] |
float | [] |
6ed85c82637fe306f4f6f1e251834f87 | f6bd78cd986fc7b2b88f1c740b3ef0b9 | ||||||||||||||||||||
960080 | Hospital admissions | admissions | 2024-07-31 15:42:15 | 2024-07-31 15:42:16 | COVID-19, decoupling of indicators 6652 | { "unit": "admissions", "zeroDay": "2020-01-01", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | hospital_flow | grapher/covid/latest/decoupling/decoupling#hospital_flow | 2 | major | [] |
float | [] |
16ea5b0c8490399c0e23a73433a319b6 | a9d6eaffc9608c7c5cbc1fa77886214d | ||||||||||||||||||||
960079 | Patients in hospital | patients | 2024-07-31 15:42:15 | 2024-07-31 15:42:16 | COVID-19, decoupling of indicators 6652 | { "unit": "patients", "zeroDay": "2020-01-01", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | hospital_stock | grapher/covid/latest/decoupling/decoupling#hospital_stock | 2 | major | [] |
float | [] |
41d42f57f2c3ab8565c57f64c3637ee5 | 76116775cceb1748e2c1c50bf3b25a96 | ||||||||||||||||||||
960078 | Patients in ICU | patients | 2024-07-31 15:42:15 | 2024-07-31 15:42:16 | COVID-19, decoupling of indicators 6652 | { "unit": "patients", "zeroDay": "2020-01-01", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | icu_stock | grapher/covid/latest/decoupling/decoupling#icu_stock | 2 | major | [] |
float | [] |
620285a10910813cbde151889bb88d74 | 0a2bd794b6fcd029e0b8fb8e5657ea2d |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "variables" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(750) NULL , "unit" VARCHAR(255) NOT NULL , "description" TEXT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "code" VARCHAR(255) NULL , "coverage" VARCHAR(255) NOT NULL , "timespan" VARCHAR(255) NOT NULL , "datasetId" INTEGER NOT NULL , "sourceId" INTEGER NULL , "shortUnit" VARCHAR(255) NULL , "display" TEXT NOT NULL , "columnOrder" INTEGER NOT NULL DEFAULT '0' , "originalMetadata" TEXT NULL , "grapherConfigAdmin" TEXT NULL , "shortName" VARCHAR(255) NULL , "catalogPath" VARCHAR(767) NULL , "dimensions" TEXT NULL , "schemaVersion" INTEGER NOT NULL DEFAULT '1' , "processingLevel" VARCHAR(30) NULL , "processingLog" TEXT NULL , "titlePublic" VARCHAR(512) NULL , "titleVariant" VARCHAR(255) NULL , "attributionShort" VARCHAR(512) NULL , "attribution" TEXT NULL , "descriptionShort" TEXT NULL , "descriptionFromProducer" TEXT NULL , "descriptionKey" TEXT NULL , "descriptionProcessing" TEXT NULL , "licenses" TEXT NULL , "license" TEXT NULL , "grapherConfigETL" TEXT NULL , "type" TEXT NULL , "sort" TEXT NULL , "dataChecksum" VARCHAR(64) NULL , "metadataChecksum" VARCHAR(64) NULL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("sourceId") REFERENCES "sources" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE UNIQUE INDEX "idx_catalogPath" ON "variables" ("catalogPath"); CREATE UNIQUE INDEX "unique_short_name_per_dataset" ON "variables" ("shortName", "datasetId"); CREATE UNIQUE INDEX "variables_code_fk_dst_id_7bde8c2a_uniq" ON "variables" ("code", "datasetId"); CREATE INDEX "variables_datasetId_50a98bfd_fk_datasets_id" ON "variables" ("datasetId"); CREATE UNIQUE INDEX "variables_name_fk_dst_id_f7453c33_uniq" ON "variables" ("name", "datasetId"); CREATE INDEX "variables_sourceId_31fce80a_fk_sources_id" ON "variables" ("sourceId");