0

I am getting this error:

OSError: Could not open file: test/pd.hdf5, did you install vaex-hdf5? Is the format supported?

Yes I have installed vaex-hdf5

Here is a screenshot of the hdf5 I am attempting to open in vaex, opened in pandas:
enter image description here

Any help is appreciated. Thanks.

Hairy
  • 393
  • 1
  • 10

1 Answers1

1

This one is actually explained in the vaex documentation: basically, pandas exports the data into row based format and vaex expects a column based format.

Joco
  • 803
  • 4
  • 7