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

Issue on DataFrame.unique() #2361

Open 438749902 opened 1 year ago

438749902 commented 1 year ago

Issue on vaex.dataframe.DataFrame.unique

In the API document of vaex.dataframe.DataFrame.unique, it is written: can use expression or list of expressions: image

But when I used the expression list, the program encountered an error prompt: image

ValueError: ['decimalLatitude', 'decimalLongitude'] is not of string or Expression type, but <class 'list'>

This means that I cannot use a list as input, and I think this may be a bug

438749902 commented 1 year ago

conda environment: python 3.9.13 hcf16a7b_0_cpython conda-forge vaex 4.16.0 pyhd8ed1ab_0 conda-forge vaex-astro 0.9.3 pyhd8ed1ab_0 conda-forge vaex-core 4.16.1 py39h4b6d9bc_0 conda-forge vaex-hdf5 0.14.1 pyhd8ed1ab_0 conda-forge vaex-jupyter 0.8.1 pyhd8ed1ab_0 conda-forge vaex-ml 0.18.1 pyhd8ed1ab_0 conda-forge vaex-server 0.8.1 pyhd8ed1ab_0 conda-forge vaex-viz 0.5.4 pyhd8ed1ab_0 conda-forge

platform: windows10 latest