possible_numbers = list(range(0, row[column_index])) + list(
            range(row[column_index] + 1, self.data[column_index])