post_charts
Data license: CC-BY
10 rows where chartId = 189 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
3461 | Optimism and Pessimism 56043 | GDP per capita 189 | link | 1 |
2595 | Do workers in richer countries work longer hours? 37897 | GDP per capita 189 | link | 1 |
2588 | Do workers in richer countries work longer hours? 37874 | GDP per capita 189 | link | 1 |
2562 | Time Use 37823 | GDP per capita 189 | link | 1 |
1610 | Most of us are wrong about the world – especially pessimists 26272 | GDP per capita 189 | link | 1 |
1241 | FAQs 22899 | GDP per capita 189 | link | 1 |
1131 | Most of us are wrong about how the world has changed (especially those who are pessimistic about the future) 19966 | GDP per capita 189 | link | 1 |
598 | Structural transformation: how did today’s rich countries become ‘deindustrialized’? 11701 | GDP per capita 189 | link | 1 |
588 | Air pollution: does it get worse before it gets better? 10994 | GDP per capita 189 | link | 1 |
1 | Working Hours 418 | GDP per capita 189 | 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 );