Skip to content

Instantly share code, notes, and snippets.

@antichaos
Created October 4, 2020 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antichaos/8001a32362fcf2b8163be0768a57750b to your computer and use it in GitHub Desktop.
Save antichaos/8001a32362fcf2b8163be0768a57750b to your computer and use it in GitHub Desktop.
python-alteryx-5.py
indicators = ['NY.GDP.MKTP.CD' # GDP (current US$)
'SP.POP.TOTL', # Population, total
'SE.PRM.ENRR', # School enrollment, primary (% gross)
'EN.ATM.CO2E.PC', # CO2 emissions (metric tons per capita)
'SI.POV.NAHC', # Poverty headcount ratio at national poverty lines (% of population)
'SP.DYN.LE00.IN', # Life expectancy at birth, total (years)
'SI.POV.NAHC', # Poverty headcount ratio at national poverty lines (% of population)
'NY.GNP.PCAP.CD', # GNI per capita, Atlas method (current US$)
'IQ.SCI.OVRL', # Statistical Capacity score (Overall average)
'SI.POV.URHC', # Urban poverty headcount ratio at national poverty lines (% of urban population)
'SI.POV.RUHC', # Rural poverty headcount ratio at national poverty lines (% of rural population)
'SI.POV.NAGP', # Poverty gap at national poverty lines (%)
'SI.POV.URGP', # Urban poverty gap at national poverty lines (%)
'SI.POV.RUGP', # Rural poverty gap at national poverty lines (%)
'SI.POV.GINI', # GINI index
'SI.DST.FRST.10', # Income share held by lowest 10%
'SI.DST.FRST.20', # Income share held by lowest 20%
'SI.DST.02ND.20', # Income share held by second 20%
'SI.DST.03RD.20', # Income share held by third 20%
'SI.DST.04TH.20', # Income share held by fourth 20%
'SI.DST.05TH.20', # Income share held by highest 20%
'SI.DST.10TH.10', # Income share held by highest 10%
'IC.REG.DURS', # Time required to start a business (days)
'IC.ELC.TIME', # Time required to get electricity (days)
'IC.TAX.GIFT.ZS', # Firms expected to give gifts in meetings with tax officials (% of firms)
'IC.FRM.FEMM.ZS' # Firms with female top manager (% of firms) ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment