posts_gdocs_links
Data license: CC-BY
2 rows where sourceId = "12YbG1W5F9OU6EM018--Cuinp9rG_nwGz90I0CrihD_U"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1883797 | In which countries do people drink the most alcohol? 12YbG1W5F9OU6EM018--Cuinp9rG_nwGz90I0CrihD_U | total-alcohol-consumption-per-capita-litres-of-pure-alcohol | grapher | front-matter | |||
1883798 | In which countries do people drink the most alcohol? 12YbG1W5F9OU6EM018--Cuinp9rG_nwGz90I0CrihD_U | total-alcohol-consumption-per-capita-litres-of-pure-alcohol | grapher | span-link | See how much alcohol people drink in your country |
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");