vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.27k stars 590 forks source link

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

Open cnaik1 opened 1 year ago

cnaik1 commented 1 year ago

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