post_charts
Data license: CC-BY
11 rows where postId = 15123 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: chartId, kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
904 | Bonheur et satisfaction 15123 | Life satisfaction vs. child mortality 250 | link | 0 |
905 | Bonheur et satisfaction 15123 | Self-reported life satisfaction 249 | link | 1 |
906 | Bonheur et satisfaction 15123 | Share of people who say they are happy 562 | link | 0 |
907 | Bonheur et satisfaction 15123 | Share of people who say they are satisfied with their life 563 | embed | 0 |
908 | Bonheur et satisfaction 15123 | Self-reported life satisfaction vs. GDP per capita 251 | embed | 0 |
909 | Bonheur et satisfaction 15123 | Self-reported life satisfaction 249 | embed | 1 |
910 | Bonheur et satisfaction 15123 | Self-reported life satisfaction 249 | embed | 0 |
911 | Bonheur et satisfaction 15123 | Happiness vs. life satisfaction 557 | embed | 0 |
912 | Bonheur et satisfaction 15123 | Life satisfaction vs. life expectancy 579 | embed | 0 |
913 | Bonheur et satisfaction 15123 | Happiness inequality during periods of economic growth 1657 | embed | 0 |
914 | Bonheur et satisfaction 15123 | Share of people who say they are happy 556 | 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 );