posts_unified
Data license: CC-BY
1 row where gdocId = "1yzOrFd6uWvrAl2oFB3S67oOSbhgL1ffPHxjAqS7i-4w"
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 |
---|---|---|---|---|---|---|---|---|---|---|
634 | economic-inequality | Economic Inequality | topic-page | 2023-07-07 08:31:36 | 2024-01-03 10:47:49 | [ "Joe Hasell", "Pablo Arriagada", "Esteban Ortiz-Ospina", "Max Roser" ] |
2023-06-27 19:58:20 | unlisted | Economic Inequality 1yzOrFd6uWvrAl2oFB3S67oOSbhgL1ffPHxjAqS7i-4w |
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) );