pub fn arg_max_opt_iter<T, I>(iter: I) -> Option<usize>where I: IntoIterator<Item = Option<T>>, T: Ord,
polars-ops