from pandas_datareader import data as webdata
mydata = webdata.DataReader("GDPMCA1", "fred")
生成InsecurePlatformWarning
,如https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning所述。所以我需要更新我的python 2.7(Win 64)。这曾经没有问题(只需安装在旧版本上),但我已切换到使用Canopy Python发行版。如何最好地进行? Canopy是否提供了更新其最新支持的Python 2.7.x的简便方法?
答案 0 :(得分:0)
你需要卸载&重新安装,但如果你想,你可以保持你的包装不受影响。请参阅此文章:https://support.enthought.com/hc/en-us/articles/204469570-Canopy-shows-no-updates-available-reinstalling-from-the-website