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
评论列表
文章目录