I am using xlrd to extract individual columns. I am hoping to extract multiple columns from excel into an array so I can use itertools group by function to analyze them.
Is it possible to pull more than one column from excel using xlrd?
I am using xlrd to extract individual columns. I am hoping to extract multiple columns from excel into an array so I can use itertools group by function to analyze them.
Is it possible to pull more than one column from excel using xlrd?
I think this should help you, Click python documentation for xlrd!
You might just need to loop over it