posts_unified
Data license: CC-BY
1 row where gdocId = "1KcqK-JBFTn54eB4LWL5kyh63TGeWO9qD7tvoxfltMW4"
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 |
---|---|---|---|---|---|---|---|---|---|---|
352 | launching-data-insights | We’re launching Data Insights | article | 2024-03-06 09:56:59 | 2024-03-06 17:04:34 | [ "Matt Munday", "Joe Hasell", "Marwa Boukarim", "Ike Saunders", "Sophia Mersmann", "Edouard Mathieu", "Max Roser" ] |
2024-03-06 09:09:29 | listed | We’re launching Data Insights 1KcqK-JBFTn54eB4LWL5kyh63TGeWO9qD7tvoxfltMW4 |
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) );