We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f82cf commit d8aa1fcCopy full SHA for d8aa1fc
dask/dataframe/core.py
@@ -37,7 +37,7 @@
37
38
if PANDAS_VERSION >= '0.20.0':
39
from pandas.util import cache_readonly
40
- pd.core.computation.expressions.set_use_numexpr(False)
+ pd.set_option('compute.use_numexpr', False)
41
else:
42
from pandas.util.decorators import cache_readonly
43
pd.computation.expressions.set_use_numexpr(False)
0 commit comments