Method: Polars::Expr#arg_min
- Defined in:
- lib/polars/expr.rb
permalink #arg_min ⇒ Expr
Get the index of the minimal value.
1507 1508 1509 |
# File 'lib/polars/expr.rb', line 1507 def arg_min _from_rbexpr(_rbexpr.arg_min) end |
Get the index of the minimal value.
1507 1508 1509 |
# File 'lib/polars/expr.rb', line 1507 def arg_min _from_rbexpr(_rbexpr.arg_min) end |