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: isin should accept empty array or non-existing values #2064

Closed maartenbreddels closed 2 years ago

maartenbreddels commented 2 years ago

This only worked in some cases, like non-ordinal encoded, now it works consistently for all cases.

@JovanVeljanoski this should fix your streamlit app.