post_charts
Data license: CC-BY
8 rows where postId = 6724 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
405 | The Our World in Data-Grapher 6724 | Annual CO₂ emissions by world region 547 | embed | 0 |
406 | The Our World in Data-Grapher 6724 | Child mortality rate 952 | embed | 0 |
407 | The Our World in Data-Grapher 6724 | Women's educational attainment vs. fertility rate 845 | embed | 0 |
408 | The Our World in Data-Grapher 6724 | Natural population growth rate vs. child mortality rate 407 | embed | 0 |
409 | The Our World in Data-Grapher 6724 | Mean income or consumption per day 5162 | embed | 0 |
410 | The Our World in Data-Grapher 6724 | Life expectancy 64 | embed | 0 |
411 | The Our World in Data-Grapher 6724 | Number of deaths by age group 2915 | embed | 0 |
412 | The Our World in Data-Grapher 6724 | Child mortality rate 3364 | embed | 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 );