posts_gdocs_links
Data license: CC-BY
9 rows where sourceId = "14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk"
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, text, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1854463 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | http://www.lonelyplanet.com/india/money-costs | url | span-link | travel guides try to provide tourists with cross-country examples of differences in costs of living | ||
1854464 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | http://www.economist.com/node/17257797?story_id=17257797 | url | span-link | the Big Mac Index | ?story_id=17257797 | |
1854465 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | gdp-price-levels-relative-to-the-us | grapher | chart | |||
1854466 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | https://www.princeton.edu/~deaton/downloads/Deaton_Aten_Trying_to_understand_ICP_2011_V5.pdf | url | span-link | Angus Deaton explains it as follows | ||
1854467 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | gdp-per-capita-in-international-and-market-dollars | grapher | chart | ?country=~IND | ||
1854468 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | price-levels-relative-to-us-vs-gdp-per-capita | grapher | chart | |||
1854469 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | higher-labour-productivity-and-price-levels-in-richer-and-poorer-countries | grapher | span-link | here | ||
1854470 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | https://en.wikipedia.org/wiki/Balassa%E2%80%93Samuelson_effect | url | span-link | Wikipedia entry | ||
1854471 | What are PPP adjustments and why do we need them? 14dh8njbqF56gV72IrCXo6HgNEkSfVpgM1bC5p_wqmWk | http://www.econ.ucla.edu/workingpapers/wp710.pdf | url | span-link | here |
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");