posts_unified
Data license: CC-BY
1 row where gdocId = "12gem-7WfQKJaIunmrCUJ_mm8U-mFuSVKalJA_GoxDNg"
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 |
---|---|---|---|---|---|---|---|---|---|---|
37 | renewable-electricity-2023 | 30% of the world's electricity came from renewable sources in 2023 | data-insight | 2024-05-08 08:50:09 | 2024-05-08 08:40:57 | [ "Hannah Ritchie", "Pablo Rosado" ] |
2024-05-07 13:36:52 | unlisted | 30% of the world's electricity came from renewable sources in 2023 12gem-7WfQKJaIunmrCUJ_mm8U-mFuSVKalJA_GoxDNg |
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) );