stock_price.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:HeatMap_for_TuShare 作者: FrankBGao 项目源码 文件源码
def plot_days():
    if request.method == 'GET' :
        today = ts.get_today_all()
        code_info = ts.get_industry_classified()

        today['code'] = today['code'].astype(unicode)
        one_day = gd.get_data_real_time(code_info, today)
        body = heatmap.get_heatmap('Today', one_day)
        return render_template('heatmap.html', body=body)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号