Skip to content

Numexpr on dask #8098

Answered by douglasdavis
marcelned asked this question in General
Aug 30, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Since pandas will sometimes use numexpr if it's available, Dask may compete with numexpr for thread usage with some dask.dataframe workloads. The dask.dataframe documentation suggests limiting numexpr to a single thread; see e.g. dask.dataframe.DataFrame.query

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marcelned
Comment options

Answer selected by marcelned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants