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 bc67639 commit e6479a4Copy full SHA for e6479a4
pandas/core/computation/eval.py
@@ -119,7 +119,7 @@ def _convert_expression(expr):
119
"""
120
Convert an object to an expression.
121
122
- Thus function converts an object to an expression (a unicode string) and
+ This function converts an object to an expression (a unicode string) and
123
checks to make sure it isn't empty after conversion. This is used to
124
convert operators to their string representation for recursive calls to
125
:func:`~pandas.eval`.
0 commit comments