posts_unified
Data license: CC-BY
1 row where gdocId = "1Lwj7Xn9riLNay4ZwOqDjAZK2BmeXc02xDb3wU6Y1Lxo"
This data as json, CSV (advanced)
Suggested facets: publishedAt (date), updatedAt (date), createdAt (date), authors (array)
id ▼ | slug | title | type | publishedAt | updatedAt | authors | createdAt | publicationContext | gdocId | wordpressId |
---|---|---|---|---|---|---|---|---|---|---|
390 | agricultural-land-by-global-diets | How much of the world’s land would we need in order to feed the global population with the average diet of a given country? | article | 2017-10-03 18:00:42 | 2024-01-31 14:36:27 | [ "Hannah Ritchie" ] |
2024-01-31 14:27:31 | listed | How much of the world’s land would we need in order to feed the global population with the average diet of a given country? 1Lwj7Xn9riLNay4ZwOqDjAZK2BmeXc02xDb3wU6Y1Lxo |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE posts_unified ( id INTEGER PRIMARY KEY AUTOINCREMENT, slug TEXT, title TEXT, type TEXT, publishedAt TEXT, updatedAt TEXT, authors TEXT, createdAt TEXT, publicationContext TEXT, gdocId TEXT, wordpressId INTEGER, FOREIGN KEY(gdocId) REFERENCES posts_gdocs(id), FOREIGN KEY(wordpressId) REFERENCES posts(id) );