Vaex 无法打开由 pandas 创建的 hdf5

Vaex unable to open hdf5 created by 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 需要基于列的格式。