possible_values_representation#

abstract SurveyVariableValues.possible_values_representation(insert_labels: bool = False)#

Return a representation of the possible values the corresponding variable can take (according to specifications seen so far).

Abstract function, to be implemented by specialised subclasses.

Parameters#

insert_labelsbool

If True, the variable name and the values are replaced by the corresponding labels.