Lines Matching full:rows
77 self.restkey = restkey # key to catch long rows
78 self.restval = restval # default value for short rows
151 rows = []
153 rows.append(self._dict_to_list(rowdict))
154 return self.writer.writerows(rows)
285 e.g. 'x occurred 5 times in 10 rows, 6 times in 1000 rows,
286 7 times in 2 rows'
338 # (rows of consistent data) / (number of rows) = 100%
388 # rows except for the first are the same length, it's a header.
402 # arbitrary number of rows to check, to keep it sane
408 continue # skip rows that have irregular number of columns