Method: Polars::Expr#sub
- Defined in:
- lib/polars/expr.rb
permalink #sub(other) ⇒ Expr
Method equivalent of subtraction operator expr - other
.
3598 3599 3600 |
# File 'lib/polars/expr.rb', line 3598 def sub(other) self - other end |