Searched refs:cnums (Results 1 – 1 of 1) sorted by relevance
205 def colex(listoflists, cnums): argument218 if type(cnums) in [ListType, TupleType]: # if multiple columns to get219 index = cnums[0]221 for col in cnums[1:]:224 elif type(cnums) == StringType: # if an 'x[3:]' type expr.225 evalstring = 'map(lambda x: x' + cnums + ', listoflists)'228 index = cnums