Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到此错误:
OSError: Could not open file: test/pd.hdf5, did you install vaex-hdf5? Is the format supported?
是的,我已经安装了 vaex-hdf5
这是我试图在 vaex 中打开的 hdf5 的屏幕截图,在 pandas 中打开:
任何帮助表示赞赏。谢谢。
这实际上在vaex 文档中进行了解释:基本上,pandas 将数据导出为基于行的格式,而 vaex 需要基于列的格式。