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: allow single columns or expressions in materialize #2249

Closed JovanVeljanoski closed 1 year ago

JovanVeljanoski commented 1 year ago

df.materialize() expects a list of columns / expressions. This PR allows for users to put in a single column/expression. Raised by https://github.com/vaexio/vaex/issues/2247