We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c33b0 commit f351d51Copy full SHA for f351d51
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', 'log10')
+ 'arctan', 'arccosh', 'arcsinh', 'arctanh', 'abs', 'log10', 'floor', 'ceil')
27
_binary_math_ops = ('arctan2',)
28
_mathops = _unary_math_ops + _binary_math_ops
29
0 commit comments