We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
//
1 parent 4526f15 commit d599d01Copy full SHA for d599d01
pandas/core/computation/eval.py
@@ -223,8 +223,8 @@ def eval(
223
for further function support details.
224
225
Using the ``'python'`` engine allows the use of native Python operators
226
- like integer division ``//``, in addition to Python functions,
227
- both built-in and user-defined.
+ such as floor division ``//``, in addition to built-in and user-defined
+ Python functions.
228
229
Additionally, the ``'pandas'`` parser allows the use of :keyword:`and`,
230
:keyword:`or`, and :keyword:`not` with the same semantics as the
0 commit comments