polars.Series.arr.arg_min#

Series.arr.arg_min() Series[source]#

Retrieve the index of the minimal value in every sublist.

Returns:
Series of dtype UInt32/UInt64 (depending on compilation)