lecture-python-programming icon indicating copy to clipboard operation
lecture-python-programming copied to clipboard

[pandas] SSL certificate errors for World Bank Data

Open mmcky opened this issue 4 years ago • 2 comments

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)

mmcky avatar Jun 22 '20 09:06 mmcky

@najuzilu would you have any time to look into this issue with the pandas lecture?

mmcky avatar Jun 22 '20 09:06 mmcky

@mmcky this has been fixed.

najuzilu avatar Jun 22 '20 23:06 najuzilu