Method: Polars::Expr#arg_max
- Defined in:
- lib/polars/expr.rb
#arg_max ⇒ Expr
Get the index of the maximal value.
1483 1484 1485 |
# File 'lib/polars/expr.rb', line 1483 def arg_max _from_rbexpr(_rbexpr.arg_max) end |
Get the index of the maximal value.
1483 1484 1485 |
# File 'lib/polars/expr.rb', line 1483 def arg_max _from_rbexpr(_rbexpr.arg_max) end |