posts_gdocs_links
Data license: CC-BY
5 rows where sourceId = "1GY4V1axH09CJGqxFDXP77PUHaNaqj686il-LgbkUe8U"
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1881024 | How much of national income goes to the richest 1%? 1GY4V1axH09CJGqxFDXP77PUHaNaqj686il-LgbkUe8U | income-share-top-1-before-tax-wid | grapher | front-matter | |||
1881025 | How much of national income goes to the richest 1%? 1GY4V1axH09CJGqxFDXP77PUHaNaqj686il-LgbkUe8U | share-top-1-before-tax-vs-gdp-per-capita | grapher | span-link | this isn't always the case | ||
1881026 | How much of national income goes to the richest 1%? 1GY4V1axH09CJGqxFDXP77PUHaNaqj686il-LgbkUe8U | https://wid.world/ | url | span-link | World Inequality Database | ||
1881027 | How much of national income goes to the richest 1%? 1GY4V1axH09CJGqxFDXP77PUHaNaqj686il-LgbkUe8U | inequality-wid | explorer | span-link | similar inequality map | ?facet=none&Indicator=Share+of+the+richest+1%25&Income+measure=After+tax&country=CHL~BRA~ZAF~USA~FRA~CHN | |
1881028 | How much of national income goes to the richest 1%? 1GY4V1axH09CJGqxFDXP77PUHaNaqj686il-LgbkUe8U | inequality | explorer | span-link | Explore this data | ?facet=none&Data=World+Inequality+Database+%28Incomes+before+tax%29&Indicator=Share+of+the+richest+1%25&country=CHL~BRA~ZAF~USA~FRA~CHN |
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");