post_charts
Data license: CC-BY
8 rows where postId = 22656 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
1232 | How do we know the history of extreme poverty? 22656 | National poverty line vs. GDP per capita 6186 | link | 0 |
1233 | How do we know the history of extreme poverty? 22656 | Population by world region 401 | link | 1 |
1234 | How do we know the history of extreme poverty? 22656 | Population 2028 | link | 1 |
1235 | How do we know the history of extreme poverty? 22656 | World population living in extreme poverty 236 | embed | 0 |
1236 | How do we know the history of extreme poverty? 22656 | GDP per capita in England 476 | embed | 0 |
1237 | How do we know the history of extreme poverty? 22656 | GDP per capita 4659 | embed | 1 |
1238 | How do we know the history of extreme poverty? 22656 | Life expectancy 64 | embed | 0 |
1239 | How do we know the history of extreme poverty? 22656 | Distribution of population between different poverty thresholds 6048 | embed | 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 );