sources
Data license: CC-BY
1 row where datasetId = 4189 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
17017 | OECD Income Distribution Database (IDD) | { "link": "http://www.oecd.org/els/soc/income-distribution-database.htm", "retrievedDate": "15/10/19", "additionalInfo": "Inequality before and after taxes measured with the Gini index.\u00a0\n\nData is taken from the November 2016: Release of OECD Inequality Update 2016 \"Income inequality remains high in the face of weak recovery\" released by the OECD's Income Distribution Database (IDD).", "dataPublishedBy": "OECD IDD", "dataPublisherSource": "National sources (household surveys and administrative records)" } |
2019-08-15 16:11:46 | 2019-08-15 16:11:46 | Inequality pre- and post- taxes - OECD (2019) 4189 | Inequality before and after taxes measured with the Gini index. Data is taken from the November 2016: Release of OECD Inequality Update 2016 "Income inequality remains high in the face of weak recovery" released by the OECD's Income Distribution Database (IDD). | http://www.oecd.org/els/soc/income-distribution-database.htm | OECD IDD |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");