【发布时间】:2021-03-15 18:20:37
【问题描述】:
我收到此错误:
OSError: Could not open file: test/pd.hdf5, did you install vaex-hdf5? Is the format supported?
是的,我已经安装了 vaex-hdf5
这是我试图在 vaex 中打开的 hdf5 的屏幕截图,在 pandas 中打开:
感谢任何帮助。谢谢。
【问题讨论】:
我收到此错误:
OSError: Could not open file: test/pd.hdf5, did you install vaex-hdf5? Is the format supported?
是的,我已经安装了 vaex-hdf5
这是我试图在 vaex 中打开的 hdf5 的屏幕截图,在 pandas 中打开:
感谢任何帮助。谢谢。
【问题讨论】:
这个其实在vaex documentation中有解释:基本上,pandas 将数据导出为基于行的格式,而 vaex 需要基于列的格式。
【讨论】: