post_charts
Data license: CC-BY
7 rows where chartId = 4318 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
3312 | War in Ukraine 49621 | Electricity production by source 4318 | prominent-link | 0 |
3148 | Which countries get the most electricity from low-carbon sources? 45702 | Electricity production by source 4318 | link | 0 |
2557 | Why did renewables become so cheap so fast? 37708 | Electricity production by source 4318 | link | 0 |
2363 | Electricity Mix 34902 | Electricity production by source 4318 | embed | 0 |
2304 | Energy Country Profile 34886 | Electricity production by source 4318 | embed | 0 |
1542 | Per capita CO2 emissions 25243 | Electricity production by source 4318 | link | 1 |
1538 | Where in the world do people emit the most CO2? 25238 | Electricity production by source 4318 | link | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_charts ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartId` integer NOT NULL, `kind` TEXT NOT NULL, `through_redirect` integer NOT NULL, CONSTRAINT `FK_post_charts_chartId` FOREIGN KEY (`chartId`) REFERENCES `charts` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );