Entries Tagged 'Tips and Tricks' ↓

Reading Excel Files From Python

scienceoss.com has a nice little tutorial today showing how to read in an excel file in Python using the xlrd package. This approach allows you to manipulate excel files on any platform without having to export to a CSV file first. Very handy!

*****