How is the Python expression written (i.e. what is the syntax?) to change a field's labels from its unique values to custom labels?
The field I'm working with is DISTRICT. Its unique values are 1, 2, 3, 4, and 5.
On my map, I want the districts to be labeled with their supervisors' names, instead of with their numbers.