Home | History | Annotate | Download | only in python2.7

Lines Matching refs:row

104         row = self.reader.next()
110 while row == []:
111 row = self.reader.next()
112 d = dict(zip(self.fieldnames, row))
114 lr = len(row)
116 d[self.restkey] = row[lf:]
280 each row. However, due to malformed data, it may not. We don't want
385 # row, then the first row is presumed to be labels. If the type
390 # subtracting from the likelihood of the first row being a header.
394 header = rdr.next() # assume first row is header
401 for row in rdr:
407 if len(row) != columns:
414 thisType(row[col])
420 thisType = len(row[col])
434 # finally, compare results against first row and "vote"