post_charts
Data license: CC-BY
8 rows where postId = 37708 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
2551 | Why did renewables become so cheap so fast? 37708 | Coal prices 1369 | link | 0 |
2552 | Why did renewables become so cheap so fast? 37708 | Fossil fuel price index 653 | link | 0 |
2553 | Why did renewables become so cheap so fast? 37708 | Causes of death 1471 | link | 0 |
2554 | Why did renewables become so cheap so fast? 37708 | The cost of 66 different technologies over time 282 | link | 0 |
2555 | Why did renewables become so cheap so fast? 37708 | CO₂ emissions from fossil fuels and land-use change 4555 | link | 1 |
2556 | Why did renewables become so cheap so fast? 37708 | Air pollution deaths from fossil fuels 4668 | link | 0 |
2557 | Why did renewables become so cheap so fast? 37708 | Electricity production by source 4318 | link | 0 |
2558 | Why did renewables become so cheap so fast? 37708 | Greenhouse gas emissions 4147 | link | 0 |
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 );