pub fn unique_values_rows(data: &[Row], field: &str) -> Vec<String>
Get unique values for a field, in order of first appearance.