chart_dimensions
Data license: CC-BY
7 rows where variableId = 923509
This data as json, CSV (advanced)
Suggested facets: order, createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
252538 | 0 | y | Number of deaths from tuberculosis 3613 | Total number of deaths from tuberculosis 923509 | 2024-06-05 08:58:10 | |
252802 | 0 | y | The number of deaths from tuberculosis by world region 2771 | Total number of deaths from tuberculosis 923509 | 2024-06-05 10:05:03 | |
252980 | 0 | y | Deaths due to tuberculosis from WHO and IHME data 2770 | Total number of deaths from tuberculosis 923509 | 2024-06-05 10:21:50 | |
253046 | 1 | y | HIV/AIDS and tuberculosis deaths 2556 | Total number of deaths from tuberculosis 923509 | 2024-06-05 10:29:20 | |
253190 | 1 | y | Deaths from infections of currently non-eradicable diseases 2342 | Total number of deaths from tuberculosis 923509 | 2024-06-05 10:37:17 | |
259685 | 3 | y | Deaths caused by vaccine-preventable diseases 1654 | Total number of deaths from tuberculosis 923509 | 2024-07-12 12:57:54 | |
262281 | 10 | y | Causes of death 1471 | Total number of deaths from tuberculosis 923509 | 2024-07-23 13:26:23 |
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");