Method: Polars::Expr#count
- Defined in:
- lib/polars/expr.rb
#count ⇒ Expr
Count the number of values in this expression.
758 759 760 |
# File 'lib/polars/expr.rb', line 758 def count wrap_expr(_rbexpr.count) end |
Count the number of values in this expression.
758 759 760 |
# File 'lib/polars/expr.rb', line 758 def count wrap_expr(_rbexpr.count) end |