Hairy
Hairy

Reputation: 393

Vaex unable to open hdf5 created by pandas

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.

Upvotes: 0

Views: 682

Answers (1)

Joco
Joco

Reputation: 813

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.

Upvotes: 1

Related Questions