chart_dimensions
Data license: CC-BY
6 rows where variableId = 922336
This data as json, CSV (advanced)
Suggested facets: order, createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
251776 | 4 | y | Malaria deaths by age 1804 | Deaths from malaria, among individuals aged <5 years 922336 | 2024-06-05 06:41:17 | |
252351 | 0 | y | Number of child deaths from malaria 3735 | Deaths from malaria, among individuals aged <5 years 922336 | 2024-06-05 07:33:55 | |
253060 | 3 | y | Childhood deaths from the most lethal infectious diseases 503 | Deaths from malaria, among individuals aged <5 years 922336 | 2024-06-05 10:29:28 | |
253167 | 0 | y | Child deaths from malaria 6479 | Deaths from malaria, among individuals aged <5 years 922336 | 2024-06-05 10:35:04 | |
254616 | 0 | y | Causes of death in children under five years old 3404 | Deaths from malaria, among individuals aged <5 years 922336 | 2024-06-09 08:46:28 | |
257105 | 25 | y | Causes of death in children under five 3548 | Deaths from malaria, among individuals aged <5 years 922336 | 2024-06-24 15:40:37 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_dimensions" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "order" INTEGER NOT NULL , "property" VARCHAR(255) NOT NULL , "chartId" INTEGER NOT NULL , "variableId" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL, FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "chart_dimensions_chartId_78d6a092_fk_charts_id" ON "chart_dimensions" ("chartId"); CREATE INDEX "chart_dimensions_variableId_9ba778e6_fk_variables_id" ON "chart_dimensions" ("variableId");