We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78aa8d commit 5f46a28Copy full SHA for 5f46a28
pandas/core/computation/ops.py
@@ -23,7 +23,7 @@
23
24
_unary_math_ops = ('sin', 'cos', 'exp', 'log', 'expm1', 'log1p',
25
'sqrt', 'sinh', 'cosh', 'tanh', 'arcsin', 'arccos',
26
- 'arctan', 'arccosh', 'arcsinh', 'arctanh', 'abs')
+ 'arctan', 'arccosh', 'arcsinh', 'arctanh', 'abs', 'log10')
27
_binary_math_ops = ('arctan2',)
28
_mathops = _unary_math_ops + _binary_math_ops
29
0 commit comments