post_charts
Data license: CC-BY
8 rows where postId = 25082 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: chartId, kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
1504 | Annual CO2 emissions 25082 | Share of population living in extreme poverty 5111 | link | 1 |
1505 | Annual CO2 emissions 25082 | Territorial and consumption-based CO₂ emissions 1573 | link | 0 |
1506 | Annual CO2 emissions 25082 | Average years of schooling 319 | link | 0 |
1507 | Annual CO2 emissions 25082 | Life expectancy 64 | link | 0 |
1508 | Annual CO2 emissions 25082 | Share of global CO₂ emissions 3219 | link | 0 |
1509 | Annual CO2 emissions 25082 | Population by world region 401 | link | 1 |
1510 | Annual CO2 emissions 25082 | Share of global CO₂ emissions 3219 | embed | 0 |
1511 | Annual CO2 emissions 25082 | Annual CO₂ emissions 488 | 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 );