stock.py 文件源码

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

项目:autoxd 作者: nessessary 项目源码 文件源码
def getHisdatPanl(codes, days):
        """k?????????
        codes: [list]
        days: [turple]
        return: [pandas.panel]"""
        def gen():
            start_day , end_day = days
            d = {}
            for code in codes:
                df = getHisdatDf(code, start_day, end_day)
                d[code] = df
            panel = pd.Panel(d)
            return panel
        panel = agl.SerialMgr.serialAuto(gen)
        if panel is None:
            panel = gen()
        return panel
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号