亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

哪位大神幫忙看看,這是出了什么問題,怎么運行不了,還拋異常!

哪位大神幫忙看看,這是出了什么問題,怎么運行不了,還拋異常!

yuantongxin 2016-05-15 15:26:51
from?matplotlib.finance?import?quotes_historical_yahoo_ochl from?datetime?import?date import?pandas?as?pd today?=?date.today() start?=?(today.year-2,?today.month,?today.dat) quotes?=?quotes_historical_yahoo_ochl('MSFT',?start,?today) attributes?=?['date','open','close','high','low','volume'] quotesdf?=?pd.DataFrame(quotes,?columns?=?attributes) list1?=?[] for?i?in?range(0,?len(quotes)): ????x?=?date.fromordinal(int(quotes[i][0])) ????y?=?date.strftime(x,?'%Y/%m/%d') list1.append(y) quotesdf.index?=?list1 quotesdf?=?quotesdf.drop(['date'],?axis?=?1?) quotesdf.ix['14/01/30':'14/02/10',['open',?'close']] quotesdf['14/01/01':'15/01/01'].sort('close',?ascending=False)[0:5] list1?=?[] tmpdf?=?quotesdf['15/01/01':'15/12/31'] for?i?in?range(0,?len(tmpdf)): ????list1.append(int(tmpdf.index[i][3:5])) tmpdf['month']?=?list1 print?tmpdf[?tmpdf.close?>?tmpdf.open]['month'].value_counts()
查看完整描述

2 回答

  • 2 回答
  • 1 關注
  • 4701 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號