【问题标题】:Vaex unable to open hdf5 created by pandasVaex 无法打开 pandas 创建的 hdf5
【发布时间】: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 中打开:

感谢任何帮助。谢谢。

【问题讨论】:

    标签: python hdf5 vaex


    【解决方案1】:

    这个其实在vaex documentation中有解释:基本上,pandas 将数据导出为基于行的格式,而 vaex 需要基于列的格式。

    【讨论】:

      猜你喜欢
      • 2016-02-11
      • 2015-01-17
      • 1970-01-01
      • 2023-04-06
      • 2017-04-27
      • 1970-01-01
      • 2021-12-10
      • 2014-12-24
      相关资源
      最近更新 更多