explorer_tags
Data license: CC-BY
5 rows where tagId = 1602
This data as json, CSV (advanced)
id ▼ | explorerSlug | tagId |
---|---|---|
22 | poverty-explorer | Poverty 1602 |
23 | poverty-wb | Poverty 1602 |
24 | poverty-lis | Poverty 1602 |
44 | poverty-comparison | Poverty 1602 |
45 | poverty-explorer-2011-vs-2017-ppp | Poverty 1602 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "explorer_tags" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "explorerSlug" VARCHAR(150) NOT NULL , "tagId" INTEGER NOT NULL, FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "tagId" ON "explorer_tags" ("tagId");