posts_gdocs_links
Data license: CC-BY
5 rows where sourceId = "1HfgiSSh7U6Hx9w8G56x6Kbhbr8QtkHfV8pZnRIpjOgw"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1868525 | France’s nuclear fleet gives it one of the world’s lowest-carbon electricity grids 1HfgiSSh7U6Hx9w8G56x6Kbhbr8QtkHfV8pZnRIpjOgw | share-electricity-nuclear | grapher | front-matter | ?tab=chart&country=FRA~OWID_WRL | ||
1868526 | France’s nuclear fleet gives it one of the world’s lowest-carbon electricity grids 1HfgiSSh7U6Hx9w8G56x6Kbhbr8QtkHfV8pZnRIpjOgw | electricity-prod-source-stacked | grapher | span-link | its dominant power source | ?stackMode=relative&country=~FRA | |
1868527 | France’s nuclear fleet gives it one of the world’s lowest-carbon electricity grids 1HfgiSSh7U6Hx9w8G56x6Kbhbr8QtkHfV8pZnRIpjOgw | https://ourworldindata.org/safest-sources-of-energy | url | span-link | low-carbon electricity source | ||
1868528 | France’s nuclear fleet gives it one of the world’s lowest-carbon electricity grids 1HfgiSSh7U6Hx9w8G56x6Kbhbr8QtkHfV8pZnRIpjOgw | carbon-intensity-electricity | grapher | span-link | emits far less carbon dioxide | ||
1868529 | France’s nuclear fleet gives it one of the world’s lowest-carbon electricity grids 1HfgiSSh7U6Hx9w8G56x6Kbhbr8QtkHfV8pZnRIpjOgw | share-electricity-nuclear | grapher | span-link | Explore the data | ?tab=chart&country=FRA~OWID_WRL |
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");