pub fn arg_min_row( dataset: &DataSet, column: &str, ) -> Option<Option<(usize, Value)>>
Same as arg_max_row for the minimum.
arg_max_row