File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -206,12 +206,11 @@ def eval(
206
206
207
207
The engine used to evaluate the expression. Supported engines are
208
208
209
- - None : tries to use ``numexpr``, falls back to ``python``
210
- - ``'numexpr'``: This default engine evaluates pandas objects using
211
- numexpr for large speed ups in complex expressions
212
- with large frames.
213
- - ``'python'``: Performs operations as if you had ``eval``'d in top
214
- level python. This engine is generally not that useful.
209
+ - None : tries to use ``numexpr``, falls back to ``python``
210
+ - ``'numexpr'`` : This default engine evaluates pandas objects using
211
+ numexpr for large speed ups in complex expressions with large frames.
212
+ - ``'python'`` : Performs operations as if you had ``eval``'d in top
213
+ level python. This engine is generally not that useful.
215
214
216
215
More backends may be available in the future.
217
216
You can’t perform that action at this time.
0 commit comments