posts_gdocs_links
Data license: CC-BY
4 rows where sourceId = "1MWRHZiR9H88Wr1A0dCvUnGOc9CPuQVYsZDGYtQy3tDU"
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, text, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1852099 | Global renewables are growing, but have been partly offset by a decline in nuclear production 1MWRHZiR9H88Wr1A0dCvUnGOc9CPuQVYsZDGYtQy3tDU | https://ourworldindata.org/co2-and-other-greenhouse-gas-emissions/ | url | span-link | carbon dioxide and other greenhouse gases | ||
1852100 | Global renewables are growing, but have been partly offset by a decline in nuclear production 1MWRHZiR9H88Wr1A0dCvUnGOc9CPuQVYsZDGYtQy3tDU | electricity-fossil-renewables-nuclear-line | grapher | chart | |||
1852101 | Global renewables are growing, but have been partly offset by a decline in nuclear production 1MWRHZiR9H88Wr1A0dCvUnGOc9CPuQVYsZDGYtQy3tDU | elec-fossil-nuclear-renewables | grapher | chart | ?stackMode=relative | ||
1852102 | Global renewables are growing, but have been partly offset by a decline in nuclear production 1MWRHZiR9H88Wr1A0dCvUnGOc9CPuQVYsZDGYtQy3tDU | https://www.ipcc.ch/report/ar5/syr/ | url | span-link | online |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");