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

Fix: `extract()` on an empty dataframe due to a filter #2233

Closed JovanVeljanoski closed 1 year ago

JovanVeljanoski commented 1 year ago

Fixes https://github.com/vaexio/vaex/issues/2232

maartenbreddels commented 1 year ago

Superseded by https://github.com/vaexio/vaex/pull/2267 and #2284