posts_gdocs_links
Data license: CC-BY
5 rows where sourceId = "16deDiPnu75GLQavXz0R8ed1el5735Gl0uXqRSyQ3X38"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1828529 | The number of people without electricity more than halved over the last 20 years 16deDiPnu75GLQavXz0R8ed1el5735Gl0uXqRSyQ3X38 | number-without-electricity-by-region | grapher | span-link | this chart | ||
1828530 | The number of people without electricity more than halved over the last 20 years 16deDiPnu75GLQavXz0R8ed1el5735Gl0uXqRSyQ3X38 | people-without-electricity-country | grapher | span-link | reduced this number | ?tab=chart&country=~IND | |
1828531 | The number of people without electricity more than halved over the last 20 years 16deDiPnu75GLQavXz0R8ed1el5735Gl0uXqRSyQ3X38 | people-without-electricity-country | grapher | span-link | another country | ?tab=chart&country=~BGD | |
1828532 | The number of people without electricity more than halved over the last 20 years 16deDiPnu75GLQavXz0R8ed1el5735Gl0uXqRSyQ3X38 | https://ourworldindata.org/definition-electricity-access | url | span-link | is defined by | ||
1828533 | The number of people without electricity more than halved over the last 20 years 16deDiPnu75GLQavXz0R8ed1el5735Gl0uXqRSyQ3X38 | number-of-people-with-and-without-electricity-access | grapher | chart |
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");