posts_unified
Data license: CC-BY
1 row where gdocId = "1wJrR7L_g5slr8k9TZyzPbr5_w0yUd-55ua_rezY8uz0"
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 |
---|---|---|---|---|---|---|---|---|---|---|
593 | joe-hasell | Joe Hasell | author | 2024-05-28 12:19:29 | 2024-04-19 11:38:13 | [ "Our World in Data team" ] |
2024-03-18 10:57:40 | unlisted | Joe Hasell 1wJrR7L_g5slr8k9TZyzPbr5_w0yUd-55ua_rezY8uz0 |
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) );