post_charts
Data license: CC-BY
9 rows where chartId = 225 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
2501 | Why is life expectancy in the US lower than in other rich countries? 37223 | GDP per capita 225 | link | 0 |
1904 | Exemplars in Global Health: Which countries are most successful in preventing maternal deaths? 29062 | GDP per capita 225 | link | 0 |
1650 | Does vaccine skepticism affect immunization rates? 26495 | GDP per capita 225 | link | 0 |
1608 | Global inequality of opportunity 26252 | GDP per capita 225 | link | 0 |
1441 | 12 key metrics to understand the state of the world 24902 | GDP per capita 225 | embed | 0 |
1309 | Global Inequality of Opportunity 24317 | GDP per capita 225 | link | 0 |
1284 | Skepticism to vaccines and what to do about it 24029 | GDP per capita 225 | link | 0 |
1275 | How I use Our World in Data in my work as a high school teacher 23907 | GDP per capita 225 | link | 0 |
50 | Vaccination 1455 | GDP per capita 225 | 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 );