chart_tags
Data license: CC-BY
6 rows where tagId = 1811
This data as json, CSV (advanced)
Suggested facets: isApproved, createdAt (date)
Link | chartId | tagId | keyChartLevel | createdAt | updatedAt | isApproved |
---|---|---|---|---|---|---|
2331,1811 | Has a country already reached SDG target on electricity access? 2331 | Electricity Mix 1811 | 0 | 2023-12-06 15:19:26 | 0 | |
4983,1811 | Per capita electricity generation by source 4983 | Electricity Mix 1811 | 0 | 2023-12-06 15:04:31 | 0 | |
5637,1811 | Net electricity imports as a share of electricity demand 5637 | Electricity Mix 1811 | 0 | 2023-12-15 11:53:36 | 0 | |
6287,1811 | Electricity as a share of primary energy 6287 | Electricity Mix 1811 | 0 | 2023-12-06 15:11:14 | 0 | |
6312,1811 | Share of electricity production by source 6312 | Electricity Mix 1811 | 0 | 2023-12-06 15:11:20 | 0 | |
6313,1811 | Electricity production by source 6313 | Electricity Mix 1811 | 0 | 2023-12-06 15:08:10 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_tags" ( "chartId" INTEGER NOT NULL , "tagId" INTEGER NOT NULL , "keyChartLevel" TINYINT NOT NULL DEFAULT '0' , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "isApproved" TINYINT NOT NULL DEFAULT '0' , PRIMARY KEY ("chartId", "tagId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "FK_chart_tags_tagId" ON "chart_tags" ("tagId");