posts_gdocs_x_images
Data license: CC-BY
4 rows where gdocId = "1n2dF47q0_Inl4ehtuUHZ1WP12po81VwmQfgRx8d9m2w"
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
3086 | Breaking out of the Malthusian trap: How pandemics allow us to understand why our ancestors were stuck in poverty 1n2dF47q0_Inl4ehtuUHZ1WP12po81VwmQfgRx8d9m2w | 186 186 |
3087 | Breaking out of the Malthusian trap: How pandemics allow us to understand why our ancestors were stuck in poverty 1n2dF47q0_Inl4ehtuUHZ1WP12po81VwmQfgRx8d9m2w | 187 187 |
3088 | Breaking out of the Malthusian trap: How pandemics allow us to understand why our ancestors were stuck in poverty 1n2dF47q0_Inl4ehtuUHZ1WP12po81VwmQfgRx8d9m2w | 189 189 |
3089 | Breaking out of the Malthusian trap: How pandemics allow us to understand why our ancestors were stuck in poverty 1n2dF47q0_Inl4ehtuUHZ1WP12po81VwmQfgRx8d9m2w | 86 86 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_x_images" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "gdocId" VARCHAR(255) NOT NULL , "imageId" INTEGER NOT NULL, FOREIGN KEY("gdocId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION, FOREIGN KEY("imageId") REFERENCES "images" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "gdocId" ON "posts_gdocs_x_images" ("gdocId"); CREATE INDEX "imageId" ON "posts_gdocs_x_images" ("imageId");