vaex icon indicating copy to clipboard operation
vaex copied to clipboard

vx.from_pandas(df).export_hdf5(path) giving KeyError while writing pandas df to HDF5 file.

Open cnaik1 opened this issue 11 months ago • 0 comments

Software information

Vaex version : 4.1.0 Vaex was installed via: pip from source OS: Windows Server 2016 Python Version : Python 3.9.7

Additional information Backend application while trying save the pandas df to HDF5 file using code vx.from_pandas(df).export_hdf5(path) errors out. Exception Stack Trace attached.

Unfortunately, the stated exception is not reproducible. The next time when i try to save the same df, it successfully saves.

vaex-stack-trace

Let me know if any further information is needed

cnaik1 avatar Jul 27 '23 17:07 cnaik1