Tensor.py 文件源码

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

项目:roleo 作者: tony-hong 项目源码 文件源码
def __init__(self, store, tablename, vecnamecol, lengthcol):
        if isinstance(store, pd.HDFStore):
            self.store = store
        else:
            self.store = pd.HDFStore(store, "r")

        self.tablename = tablename
        self.vecnamecol = vecnamecol
        self.lengthcol = lengthcol
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号