posts_unified
Data license: CC-BY
1 row where gdocId = "10AH7TExXrcsO5tiGPU7t1kLqh8N_u7ogBnjN6e6FMig"
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 |
---|---|---|---|---|---|---|---|---|---|---|
16 | carbon-deforestation-trade | Carbon emissions from deforestation: are they driven by domestic demand or international trade? | article | 2021-02-06 17:10:29 | 2024-01-15 14:47:53 | [ "Hannah Ritchie" ] |
2023-10-01 16:27:54 | unlisted | Carbon emissions from deforestation: are they driven by domestic demand or international trade? 10AH7TExXrcsO5tiGPU7t1kLqh8N_u7ogBnjN6e6FMig |
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) );