Method: Polars::Expr#!
- Defined in:
- lib/polars/expr.rb
permalink #! ⇒ Expr
Performs boolean not.
134 135 136 |
# File 'lib/polars/expr.rb', line 134 def ! is_not end |
Performs boolean not.
134 135 136 |
# File 'lib/polars/expr.rb', line 134 def ! is_not end |