post_links
Data license: CC-BY
10 rows where postId = 3217 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
1147 | Light at Night 3217 | http://ourworldindata.org/energy | internal-link |
1148 | Light at Night 3217 | http://ourworldindata.org/poverty | internal-link |
1149 | Light at Night 3217 | http://ourworldindata.org/technological-change | internal-link |
1150 | Light at Night 3217 | https://ourworldindata.org/whaling | internal-link |
1151 | Light at Night 3217 | https://ourworldindata.org/energy-poverty-air-pollution | internal-link |
1152 | Light at Night 3217 | https://ourworldindata.org/grapher/share-of-population-in-extreme-poverty?tab=chart&country=IND~PAK~BGD | internal-link |
1153 | Light at Night 3217 | https://earthobservatory.nasa.gov/features/NightLights | external-link |
1154 | Light at Night 3217 | https://earthobservatory.nasa.gov/features/NightLights | external-link |
1155 | Light at Night 3217 | https://owid.cloud/app/uploads/2013/12/Night-Light-NASA-August-2017-cropped.png | image |
1156 | Light at Night 3217 | https://owid.cloud/app/uploads/2013/12/Satellite-images-of-India-by-night-–-Sala-I-Martin-paper.png | image |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `link` TEXT, `kind` TEXT, CONSTRAINT `FK_post_links_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );