chart_dimensions
Data license: CC-BY
9 rows where variableId = 943815
This data as json, CSV (advanced)
Suggested facets: order, createdAt, createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
257404 | 7 | y | Energy consumption by source 648 | Coal consumption - TWh 943815 | 2024-06-25 14:52:00 | |
257433 | 0 | y | Coal consumption by region 1356 | Coal consumption - TWh 943815 | 2024-06-25 14:52:04 | |
257445 | 0 | y | Coal consumption 1377 | Coal consumption - TWh 943815 | 2024-06-25 14:52:10 | |
257447 | 1 | y | Fossil fuel consumption by fuel type 1378 | Coal consumption - TWh 943815 | 2024-06-25 14:52:10 | |
257552 | 2 | y | Fossil fuel consumption 3879 | Coal consumption - TWh 943815 | 2024-06-25 14:52:27 | |
257563 | 2 | y | Primary direct energy consumption by source 3924 | Coal consumption - TWh 943815 | 2024-06-25 14:52:29 | |
257809 | 6 | y | Primary energy consumption by source 4480 | Coal consumption - TWh 943815 | 2024-06-25 14:53:24 | |
257918 | 0 | y | Primary energy consumption by source 5365 | Coal consumption - TWh 943815 | 2024-06-25 14:53:42 | |
257970 | 7 | y | Energy breakdown by source 6348 | Coal consumption - TWh 943815 | 2024-06-25 14:53:49 |
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");