post_charts
Data license: CC-BY
10 rows where chartId = 1257 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
3076 | Short-haul vs. long-haul; rich vs. poor countries: where do global CO2 emissions from aviation come from? 45128 | World Bank income groups 1257 | link | 1 |
2861 | Forest Transitions: why do we lose then regain forests? 40727 | World Bank income groups 1257 | link | 1 |
2793 | Do rich countries export deforestation to other countries? 40063 | World Bank income groups 1257 | link | 1 |
2784 | Do rich countries import deforestation from overseas? 40057 | World Bank income groups 1257 | link | 1 |
2705 | Deforestation and Forest Loss 39941 | World Bank income groups 1257 | link | 1 |
2475 | Global inequalities in CO₂ emissions from aviation 36847 | World Bank income groups 1257 | link | 1 |
2437 | Transport 36318 | World Bank income groups 1257 | link | 1 |
1862 | Key facts gender pay gap 28440 | World Bank income groups 1257 | link | 1 |
1634 | Global inequalities in CO2 emissions 26436 | World Bank income groups 1257 | link | 1 |
997 | Economic Inequality by Gender 17926 | World Bank income groups 1257 | 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 );