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: names with math symbols should work consistently #2208

Closed JovanVeljanoski closed 1 year ago

JovanVeljanoski commented 2 years ago

Credit to Hotaru which discovered this problem and alerted us via Slack.

If a name has a math symbol (like a minus sigh) it sometimes causes problems. This PR exposes the problem and addresses that.