post_charts
Data license: CC-BY
9 rows where postId = 2756 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
202 | Famines 2756 | Share of the population that is undernourished 311 | link | 0 |
203 | Famines 2756 | Number of people who are undernourished 3984 | link | 1 |
204 | Famines 2756 | Fertility rate: children per woman 230 | link | 0 |
205 | Famines 2756 | Share of one-year-olds vaccinated against measles 299 | link | 0 |
206 | Famines 2756 | Change in Global Hunger Index vs. Population growth 2257 | embed | 0 |
207 | Famines 2756 | Change in Global Hunger Index vs. Global Hunger Index in 1992 2258 | embed | 0 |
208 | Famines 2756 | Deaths from protein-energy malnutrition, by age 1748 | embed | 0 |
209 | Famines 2756 | Global Hunger Index in 2017 vs. population growth 1992-2015 2256 | embed | 0 |
210 | Famines 2756 | Daily supply of calories per person 744 | 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 );