chart_dimensions
Data license: CC-BY
5 rows where chartId = 1549
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
145716 | 0 | y | Various measures of national saving/investment compared to GDP per capita 1549 | Genuine saving (Blum, Ducoing, McLaughlin (2017)) 43147 | 2023-02-16 14:47:06 | |
145717 | 1 | y | Various measures of national saving/investment compared to GDP per capita 1549 | GDP (Blum, Ducoing, McLaughlin (2017)) 43149 | 2023-02-16 14:47:06 | |
145718 | 2 | y | Various measures of national saving/investment compared to GDP per capita 1549 | GSTFP (Blum, Ducoing, McLaughlin (2017)) 43148 | 2023-02-16 14:47:06 | |
145719 | 3 | y | Various measures of national saving/investment compared to GDP per capita 1549 | Net investment (Blum, Ducoing, McLaughlin (2017)) 43145 | 2023-02-16 14:47:06 | |
145720 | 4 | y | Various measures of national saving/investment compared to GDP per capita 1549 | Green investment (Blum, Ducoing, McLaughlin (2017)) 43146 | 2023-02-16 14:47:06 |
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");