posts_gdocs_links
Data license: CC-BY
5 rows where sourceId = "14DcvAmNNSD9GmNPk74pFxuGmrnFb80PYz3cI3UJb13o"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1883447 | Progress on reducing global hunger has stagnated 14DcvAmNNSD9GmNPk74pFxuGmrnFb80PYz3cI3UJb13o | prevalence-of-undernourishment | grapher | front-matter | |||
1883448 | Progress on reducing global hunger has stagnated 14DcvAmNNSD9GmNPk74pFxuGmrnFb80PYz3cI3UJb13o | global-food | explorer | span-link | food produced per person | ?tab=chart&facet=none&country=OWID_WRL~OWID_SAM~OWID_NAM~OWID_EUR~OWID_AFR~OWID_ASI&hideControls=true&Food=Total&Metric=Food+available+for+consumption&Per+Capita=false&Unit=Kilocalories+per+day | |
1883449 | Progress on reducing global hunger has stagnated 14DcvAmNNSD9GmNPk74pFxuGmrnFb80PYz3cI3UJb13o | prevalence-of-undernourishment-in-developing-countries-since-1970 | grapher | span-link | Rates of hunger | ||
1883450 | Progress on reducing global hunger has stagnated 14DcvAmNNSD9GmNPk74pFxuGmrnFb80PYz3cI3UJb13o | https://www.wfp.org/publications/state-food-security-and-nutrition-world-sofi-report-2023 | url | span-link | have all contributed | ||
1883451 | Progress on reducing global hunger has stagnated 14DcvAmNNSD9GmNPk74pFxuGmrnFb80PYz3cI3UJb13o | prevalence-of-undernourishment | grapher | span-link | Explore the data |
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");