pub fn argsort_str(data: &[&str], descending: bool) -> Vec<usize>
Argsort for string slices - returns indices that would sort the data lexicographically