posts_gdocs_links
Data license: CC-BY
6 rows where sourceId = "1H6WkdvSkHYtcRXLd7dtcRX_QxEb4FQ8xhwpuKCO2UsE"
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, text, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1860930 | Which countries get the most electricity from low-carbon sources? 1H6WkdvSkHYtcRXLd7dtcRX_QxEb4FQ8xhwpuKCO2UsE | electricity-prod-source-stacked | grapher | span-link | this chart | ||
1860931 | Which countries get the most electricity from low-carbon sources? 1H6WkdvSkHYtcRXLd7dtcRX_QxEb4FQ8xhwpuKCO2UsE | share-electricity-low-carbon | grapher | chart | |||
1860932 | Which countries get the most electricity from low-carbon sources? 1H6WkdvSkHYtcRXLd7dtcRX_QxEb4FQ8xhwpuKCO2UsE | elec-mix-bar | grapher | chart | ?country=~OWID_WRL~ZAF~AUS~JPN~CHN~IND~USA~GBR~FRA~SWE~BRA~CAN~NOR | ||
1860933 | Which countries get the most electricity from low-carbon sources? 1H6WkdvSkHYtcRXLd7dtcRX_QxEb4FQ8xhwpuKCO2UsE | energy | explorer | prominent-link | Explore sources of electricity across the world in our Energy Data Explorer | ||
1860934 | Which countries get the most electricity from low-carbon sources? 1H6WkdvSkHYtcRXLd7dtcRX_QxEb4FQ8xhwpuKCO2UsE | https://ourworldindata.org/low-carbon-electricity | url | prominent-link | Decarbonizing electricity is only one step towards a low-carbon energy system | ||
1860935 | Which countries get the most electricity from low-carbon sources? 1H6WkdvSkHYtcRXLd7dtcRX_QxEb4FQ8xhwpuKCO2UsE | https://ourworldindata.org/energy | url | prominent-link | Explore all of our data and writing about energy |
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");