I am unfamilar with the parsing of excel files and it has come to my attention that I should use xlrd.
I wish to pull out all the line with the "predicted" keyword.
The excel array is on sheet1 it is made of 4 columns (A-D) and I need to pull columns C and D (although the whole row would work if it is easier) for the rows which contain the keyword.
The file is large over 1700 rows and is .xlsx and I am writing in Canopy Enthought using python 3.3
Thankyou for any help.