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.22k stars 589 forks source link

[FEATURE-REQUEST] datetime comparing expression: automatic converts datetime value to string #2375

Open Binger-cn opened 1 year ago

Binger-cn commented 1 year ago

vaex 4.16

image

vaex.from_arrays(time=[datetime.now()]).time < datetime.now() for datetime comparing, now developers need to convert datetime value to str first. I think it will be more convinient to automatically convert in expression construction.