Skip to content

Commit 9de8d08

Browse files
domsmrzpmhatre1
authored andcommitted
Allow tan to be used in df.eval. (pandas-dev#58334)
* Allow `tan` to be used in `df.eval`. * Whatsnew: Link issue for fixing `tan` in `eval`.
1 parent 55f9da2 commit 9de8d08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/computation/ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
_unary_math_ops = (
4646
"sin",
4747
"cos",
48+
"tan",
4849
"exp",
4950
"log",
5051
"expm1",

0 commit comments

Comments
 (0)