post_charts
Data license: CC-BY
12 rows where postId = 15055 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: chartId, kind
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
892 | Smallpox 15055 | Life expectancy 64 | link | 0 |
893 | Smallpox 15055 | Smallpox deaths as a share of all deaths in London 1723 | link | 0 |
894 | Smallpox 15055 | Number of reported smallpox cases 2700 | link | 0 |
895 | Smallpox 15055 | Smallpox death rate 2039 | link | 0 |
896 | Smallpox 15055 | Smallpox death rate versus life expectancy in Sweden 2694 | embed | 0 |
897 | Smallpox 15055 | Number of reported smallpox cases 2700 | embed | 0 |
898 | Smallpox 15055 | The discrepancy between the reported and revised numbers of global smallpox cases 2703 | embed | 0 |
899 | Smallpox 15055 | Smallpox death rate 2039 | embed | 0 |
900 | Smallpox 15055 | Smallpox: when was it eliminated in each country? 1135 | embed | 0 |
901 | Smallpox 15055 | Smallpox cases reported worldwide 1594 | embed | 0 |
902 | Smallpox 15055 | Smallpox deaths as a share of all deaths in London 1723 | embed | 0 |
903 | Smallpox 15055 | Number of reported smallpox cases by world region 2761 | 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 );