Skip to content

Commit 63e40f3

Browse files
committed
Added min and max as reduction operators
1 parent 46fa86b commit 63e40f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
pprint_thing_encoded,
3636
)
3737

38-
REDUCTIONS = ("sum", "prod")
38+
REDUCTIONS = ("sum", "prod", "min", "max")
3939

4040
_unary_math_ops = (
4141
"sin",

0 commit comments

Comments
 (0)