posts_unified
Data license: CC-BY
1 row where gdocId = "1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU"
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 |
---|---|---|---|---|---|---|---|---|---|---|
589 | life-expectancy-how-is-it-calculated-and-how-should-it-be-interpreted | "Life Expectancy" – What does this actually mean? | article | 2017-08-28 16:00:00 | 2024-03-18 15:41:59 | [ "Esteban Ortiz-Ospina" ] |
2023-10-12 10:51:44 | listed | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU |
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) );