chart_dimensions
Data license: CC-BY
7 rows where chartId = 7127
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
248648 | 0 | y | Political regime classification by source 7127 | Political regime 900025 | 2024-05-23 00:18:16 | |
248649 | 1 | y | Political regime classification by source 7127 | Political regime 901117 | 2024-05-23 00:18:16 | |
248650 | 2 | y | Political regime classification by source 7127 | Political regime 830993 | 2024-05-23 00:18:16 | |
248651 | 3 | y | Political regime classification by source 7127 | Political regime 901278 | 2024-05-23 00:18:16 | |
248652 | 4 | y | Political regime classification by source 7127 | Political regime 901301 | 2024-05-23 00:18:16 | |
248653 | 5 | y | Political regime classification by source 7127 | Regime 902125 | 2024-05-23 00:18:16 | |
248654 | 6 | y | Political regime classification by source 7127 | Political regime 902092 | 2024-05-23 00:18:16 |
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");