posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "1vuu95_oTWllhAuUEeomhMAUvprw3cdBQbs-MzZsSKEc"
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1875671 | Testing rates for polio have rebounded after a drop amid the COVID-19 pandemic 1vuu95_oTWllhAuUEeomhMAUvprw3cdBQbs-MzZsSKEc | share-of-potential-polio-cases-with-adequate-stool-collection | grapher | front-matter | |||
1875672 | Testing rates for polio have rebounded after a drop amid the COVID-19 pandemic 1vuu95_oTWllhAuUEeomhMAUvprw3cdBQbs-MzZsSKEc | number-of-estimated-paralytic-polio-cases-by-world-region | grapher | span-link | estimated 400,000 | ||
1875673 | Testing rates for polio have rebounded after a drop amid the COVID-19 pandemic 1vuu95_oTWllhAuUEeomhMAUvprw3cdBQbs-MzZsSKEc | https://ourworldindata.org/polio-testing | url | span-link | drop in polio testing rates |
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");