Reputation: 393
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:
Any help is appreciated. Thanks.
Upvotes: 0
Views: 682
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