dmanty45 / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

added: extract excel files #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
extract excel files.
uses xlrd as dependency.
Integrated in preprocessing module.

Original issue reported on code.google.com by hjebb...@gmail.com on 8 Nov 2011 at 7:03

GoogleCodeExporter commented 8 years ago
first line of preprocessing.py gives an error.
import OS 
should be import os but actually it is not needed.

Original comment by mjg1964 on 9 Nov 2011 at 6:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
did better testing & build test set for this.
fixed a bug, added parameter to eg indicate csv seperator etc.
usage as eg:

def postincommunication(routedict):
    preprocess.preprocess(routedict,preprocess.extractexcel,field_sep=';', escape='')

Original comment by hjebb...@gmail.com on 5 Dec 2011 at 3:45

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:44