posts_unified
Data license: CC-BY
1 row where gdocId = "1cAkRjSiBUkLL8fFIVcQFgY2NrksLl432zsrCQ2Uh8j4"
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 |
---|---|---|---|---|---|---|---|---|---|---|
171 | our-world-in-data-covid-19-testing-dataset-published-by-nature | The Our World in Data COVID-19 Testing dataset has been published in the academic journal, Nature | article | 2020-10-09 16:14:17 | 2024-03-18 15:41:59 | [ "Joe Hasell" ] |
2024-02-22 07:21:25 | listed | The Our World in Data COVID-19 Testing dataset has been published in the academic journal, Nature 1cAkRjSiBUkLL8fFIVcQFgY2NrksLl432zsrCQ2Uh8j4 |
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) );