Skip to content

Instantly share code, notes, and snippets.

@arnos-stuff
Created October 24, 2023 22:47
Show Gist options
  • Save arnos-stuff/ea9f9ffab535d1125f3c08d088cd4066 to your computer and use it in GitHub Desktop.
Save arnos-stuff/ea9f9ffab535d1125f3c08d088cd4066 to your computer and use it in GitHub Desktop.
JSON format lists of metrics to compare to GDP - in terms of their world bank indicator ID
[
{
"name" : "GDP per capita",
"id" : "NY.GDP.PCAP.KD",
"relationship" : "linear"
},
{
"name" : "GNI per capita",
"id" : "NY.GNP.PCAP.KD",
"relationship" : "linear"
},
{
"name" : "Literacy rate",
"id" : "IN.POV.LIT.RAT.TOTL",
"relationship" : "logarithmic"
},
{
"name" : "Expected years of schooling",
"id" : "HD.HCI.EYRS",
"relationship" : "linear"
},
{
"name" : "Learning-Adjusted years of schooling",
"id" : "HD.HCI.LAYS",
"relationship" : "linear"
},
{
"name" : "Life expectancy at birth",
"id" : "SP.DYN.LE00.IN",
"relationship" : "linear"
},
{
"name" : "Human Development Index",
"id" : "IDX.HDI",
"relationship" : "linear"
},
{
"name" : "Percentage of nationals under the 60% poverty line",
"id" : "SI.POV.NAHC",
"relationship" : "negative-logarithmic"
},
{
"name" : "Out-of-pocket healthcare costs as % of total",
"id" : "SH.XPD.OOPC.CH.ZS",
"relationship" : "negative-logarithmic"
},
{
"name" : "Consumption per capita",
"id" : "6.0.Conspc",
"relationship" : "linear"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment