You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
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.
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".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: pandas-dev/pandas#14324
xref: https://github.com/shoyer/numbagg
xref #7
The text was updated successfully, but these errors were encountered: