posts_gdocs_links
Data license: CC-BY
2 rows where sourceId = "1v-HjyDcR2jBAekDJrYpzVtlvv1D24lA5Y2vddu26150"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1866150 | Extreme poverty in China has been almost eliminated — first in urban, then in rural regions 1v-HjyDcR2jBAekDJrYpzVtlvv1D24lA5Y2vddu26150 | share-of-population-in-extreme-poverty | grapher | front-matter | ?tab=chart&country=China+%28rural%29~China+%28urban%29 | ||
1866151 | Extreme poverty in China has been almost eliminated — first in urban, then in rural regions 1v-HjyDcR2jBAekDJrYpzVtlvv1D24lA5Y2vddu26150 | share-of-population-in-extreme-poverty | grapher | span-link | Explore this data | ?tab=chart&country=China+%28rural%29~China+%28urban%29 |
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");