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.23k stars 590 forks source link

[BUG-REPORT] Could not close memmap on `Windows` #2360

Open trungleduc opened 1 year ago

trungleduc commented 1 year ago

Description I got the following warning for trying to close the data frame: WARNING could not close memmap for column test.hdf5 The reproduction code:

import vaex
df = vaex.open('test.hdf5')
print(df)
df.close()

Software information

Additional information The dataset used in this example data.zip