post_charts
Data license: CC-BY
12 rows where postId = 418 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: chartId, kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
1 | Working Hours 418 | GDP per capita 189 | link | 1 |
2 | Working Hours 418 | Productivity: output per hour worked 241 | link | 0 |
3 | Working Hours 418 | Population 2028 | link | 0 |
4 | Working Hours 418 | Employment by economic sector 595 | link | 0 |
5 | Working Hours 418 | Share of workers informally employed in non-agricultural workplaces 2009 | link | 0 |
6 | Working Hours 418 | Productivity: output per hour worked 241 | embed | 0 |
7 | Working Hours 418 | Annual working hours per worker 4540 | embed | 0 |
8 | Working Hours 418 | Annual working hours vs. GDP per capita 4645 | embed | 1 |
9 | Working Hours 418 | Annual working hours vs. labor productivity 245 | embed | 0 |
10 | Working Hours 418 | Annual working hours per worker, various sources 4536 | embed | 0 |
11 | Working Hours 418 | Days off from work for vacations and holidays 4612 | embed | 0 |
12 | Working Hours 418 | Annual working hours vs. GDP per capita 4645 | 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 );