pandas2 icon indicating copy to clipboard operation
pandas2 copied to clipboard

require numexpr / numba

Open jreback opened this issue 8 years ago • 2 comments

pandas already supports lazy evaluation via numexpr. adding numba allows the possibility of generation of lazy expressions (and recent versions support ahead-of-time compilation).

I would simply make these requirements; they are available on all platforms and just help.

xref: https://github.com/pydata/pandas/pull/14324 xref: https://github.com/shoyer/numbagg

xref #7

jreback avatar Sep 30 '16 10:09 jreback

I'm -0 on this because these tools are NumPy-centric and do not have good support for non-numeric data.

wesm avatar Sep 30 '16 17:09 wesm

Also, Numba is still hard to install without conda. I'd like to see wheels and debian support (numexpr has both) before calling it generally "available on all platforms".

shoyer avatar Sep 30 '16 17:09 shoyer