complete_rows#
- Survey.complete_rows() ndarray #
Find out which rows are complete.
A row is complete if the corresponding respondent gave a valid answer to all questions.
Returns#
- np.ndarray:
A boolean array of shape (
num_respondents
, ) containing the entry True if and only if the corresponding row does not contain invalid values.