chart_dimensions
Data license: CC-BY
8 rows where chartId = 4202
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
218055 | 0 | y | CO₂ emissions by sector 4202 | Carbon dioxide emissions from buildings 815811 | 2023-11-06 09:20:39 | |
218056 | 1 | y | CO₂ emissions by sector 4202 | Carbon dioxide emissions from industry 815819 | 2023-11-06 09:20:39 | |
218057 | 2 | y | CO₂ emissions by sector 4202 | Carbon dioxide emissions from land use change and forestry 815821 | 2023-11-06 09:20:39 | |
218058 | 3 | y | CO₂ emissions by sector 4202 | Carbon dioxide emissions from other fuel combustion 815825 | 2023-11-06 09:20:39 | |
218059 | 4 | y | CO₂ emissions by sector 4202 | Carbon dioxide emissions from transport 815831 | 2023-11-06 09:20:39 | |
218060 | 5 | y | CO₂ emissions by sector 4202 | Carbon dioxide emissions from manufacturing and construction 815823 | 2023-11-06 09:20:39 | |
218061 | 6 | y | CO₂ emissions by sector 4202 | Fugitive emissions of carbon dioxide from energy production 815817 | 2023-11-06 09:20:39 | |
218062 | 7 | y | CO₂ emissions by sector 4202 | Carbon dioxide emissions from electricity and heat 815813 | 2023-11-06 09:20:39 |
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");