Re: improved search algorithm

2009-05-04 Thread MRAB
grahamdic...@gmail.com wrote: Hi I have an excel file that is read into python (8000 rows) from csvimport reader, writer incsv = reader(open(MY_FILE), dialect='excel') keys = incsv.next() There are mixed datatypes. the last column contains a cumulative frequency running in order 0.000

improved search algorithm

2009-05-04 Thread grahamdick77
Hi I have an excel file that is read into python (8000 rows) from csvimport reader, writer incsv = reader(open(MY_FILE), dialect='excel') keys = incsv.next() There are mixed datatypes. the last column contains a cumulative frequency running in order 0. to 1. for the 8000 rows f