lecture-python-programming
lecture-python-programming copied to clipboard
[pandas] SSL certificate errors for World Bank Data
This line seems to be failing on the latest coverage tests from last night.
govt_debt = wb.download(indicator='GC.DOD.TOTL.GD.ZS', country=['US', 'AU'], start=2005, end=2016).stack().unstack(0)
@najuzilu would you have any time to look into this issue with the pandas
lecture?
@mmcky this has been fixed.