chart_dimensions
Data license: CC-BY
7 rows where variableId = 104381
This data as json, CSV (advanced)
Suggested facets: order, property, createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
218659 | 1 | x | Child mortality rate vs. mean male height 3451 | Mean male height (cm) 104381 | 2023-11-08 10:09:15 | |
231571 | 0 | y | Mean adult height by year of birth, males vs. females 3435 | Mean male height (cm) 104381 | 2024-01-04 10:49:32 | |
231574 | 0 | y | Height of adult men 3433 | Mean male height (cm) 104381 | 2024-01-04 10:49:39 | |
233220 | 0 | y | Average height of men by year of birth 3413 | Mean male height (cm) 104381 | 2024-01-22 11:18:17 | |
233259 | 0 | y | Average adult height by year of birth 3409 | Mean male height (cm) 104381 | 2024-01-23 11:55:25 | |
249218 | 1 | x | Total calories from animal protein vs. mean male height 3450 | Mean male height (cm) 104381 | 2024-05-29 14:38:41 | |
261275 | 1 | x | Human Development Index vs. mean male height 3449 | Mean male height (cm) 104381 | 2024-07-17 09:54:02 |
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");