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 590 forks source link

Fix: more stable std computation #2292

Open JovanVeljanoski opened 1 year ago

JovanVeljanoski commented 1 year ago

std would give nan for cases were the variance is veeeery close to 0 (due to numerical inaccuracies).

Raised by: https://github.com/vaexio/vaex/issues/2291