import mpl_finance as mpf
start=(2014,5,1)
end=(2014,6.30)
quotes=mpf.quotes_historical_yahoo_ohlc('^GDAXI',start,end)
AttributeError Traceback (most recent call last)
<ipython-input-129-5d323f69678d> in <module>
1 start=(2014,5,1)
2 end=(2014,6.30)
----> 3 quotes=mpf.quotes_historical_yahoo_ohlc('^GDAXI',start,end)
AttributeError: module 'mpl_finance' has no attribute 'quotes_historical_yahoo_ohlc'
uj5u.com熱心網友回復:
小白 請求幫助 正在學下,無法解決了uj5u.com熱心網友回復:
錯誤提示的意思是,模塊沒有這個屬性uj5u.com熱心網友回復:
那怎么加上這個屬性呢,查了半天,沒找到解決辦法,里面已經有mpl_finance呀轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/113778.html
下一篇:python網路模型建立
