converting columns of a file(say excel ) into separate lists
I have an excel file and I want to read each column and create separate lists for them. I want to then compare each element of each list with other corresponding lists I have.
Is there a way I can convert the columns into lists using python?