摘要: import tushare as ts import pandas as pd import numpy as np from scipy import stats #今天上证跌破2800,计算一下var值 sh=ts.get_hist_data('sh').sort_index() sh['re 阅读全文
posted @ 2018-06-28 15:25 The_Chain 阅读(865) 评论(0) 推荐(0) 编辑
摘要: import tushare as ts import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns #绘制线图 plt.plot(数据,label='标签名字',color 阅读全文
posted @ 2018-06-28 10:40 The_Chain 阅读(178) 评论(0) 推荐(0) 编辑