methods.py 文件源码

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

项目:array_storage_benchmark 作者: mverleg 项目源码 文件源码
def load(self, pth):
        with open(pth, 'r') as fh:
            data = read_excel(fh, sheetname='data')
            print(data.as_matrix(columns=data.columns[1:]))
            return data.as_matrix()



#todo: pandas formats - http://pandas.pydata.org/pandas-docs/stable/io.html
# hdf5
# sql

#todo: hdf5 - http://stackoverflow.com/a/9619713/723090

#todo: bloscpack http://stackoverflow.com/a/22225337/723090

#todo: pytables
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号