to_row#

SurveyVariable.to_row() list#

Return the information contained in this object as a row.

The returned row can be inserted in a pandas.DataFrame.

Returns#

list

A list of length 6 containing the name, the type, the label, the valid values, the invalid values and whether this variable is usable.