From xls to csv (using pandas)

Sep 18, 2013 • Julian Garcia

Here I use pandas to convert an excel file into a a plain text csv file. For demonstration purposes I use the IPython notebook. 3 minutes is short, so I picked a very simple concrete problem that can be solved easily using a combination of tools.