posts_unified
Data license: CC-BY
1 row where gdocId = "1-kIEUSceYmhNRmjOjQ0zc1MgXRX4jd4jjqhPypanPVc"
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 |
---|---|---|---|---|---|---|---|---|---|---|
7 | higher-poverty-global-line | Global poverty in an unequal world: Who is considered poor in a rich country? And what does this mean for our understanding of global poverty? | article | 2021-03-05 11:02:06 | 2023-12-28 16:31:02 | [ "Max Roser" ] |
2023-10-13 16:23:24 | listed | Global poverty in an unequal world: Who is considered poor in a rich country? And what does this mean for our understanding of global poverty? 1-kIEUSceYmhNRmjOjQ0zc1MgXRX4jd4jjqhPypanPVc |
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) );