semantique.processor.types.get_value_labels#
- semantique.processor.types.get_value_labels(x)[source]#
Obtain the value labels of an object.
Value labels are character strings that describe the meaning of the values in an array. They are mainly used for categorical data, in which integer indices are the value in the array, and the labels store the name of each category.