Sort by two columns
Sort `vets` by specialty ascending, and within each specialty by vet_id descending. Pass a list of columns and a matching list of booleans to `.sort(...)`.
Sort `vets` by specialty ascending, and within each specialty by vet_id descending. Pass a list of columns and a matching list of booleans to `.sort(...)`.