posts_gdocs_links
Data license: CC-BY
6 rows where sourceId = "1UzpO2qA8U-wYsLcGC7yn8SgeEFbXeRlFWUutYUfngOU"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1861405 | What is childhood wasting? 1UzpO2qA8U-wYsLcGC7yn8SgeEFbXeRlFWUutYUfngOU | https://ourworldindata.org/stunting-definition | url | span-link | Childhood stunting | ||
1861406 | What is childhood wasting? 1UzpO2qA8U-wYsLcGC7yn8SgeEFbXeRlFWUutYUfngOU | share-of-children-with-a-weight-too-low-for-their-height-wasting | grapher | chart | |||
1861407 | What is childhood wasting? 1UzpO2qA8U-wYsLcGC7yn8SgeEFbXeRlFWUutYUfngOU | https://www.who.int/tools/child-growth-standards | url | span-link | child growth standards | ||
1861408 | What is childhood wasting? 1UzpO2qA8U-wYsLcGC7yn8SgeEFbXeRlFWUutYUfngOU | https://ourworldindata.org/stunting-definition | url | prominent-link | What is childhood stunting? | ||
1861409 | What is childhood wasting? 1UzpO2qA8U-wYsLcGC7yn8SgeEFbXeRlFWUutYUfngOU | https://ourworldindata.org/hunger-and-undernourishment | url | prominent-link | Explore our page on hunger and undernourishment | ||
1861410 | What is childhood wasting? 1UzpO2qA8U-wYsLcGC7yn8SgeEFbXeRlFWUutYUfngOU | https://www.who.int/publications/i/item/9789241547635 | url | span-link | WHO child growth standards: growth velocity based on weight, length and head circumference: methods and development |
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");