Index of min value Source code Description Note that this is 0-indexed. Usage <Series>$arg_min() Value A numeric value Examples library("polars") as_polars_series(c(5, 1))$arg_min() #> [1] 1