Re: [Matplotlib-users] False empty strings in csv2rec

2010-08-13 Thread John Hunter
On Thu, Aug 12, 2010 at 8:10 PM, Sergi Pons Freixes wrote: > Hi everybody, > > I have a csv file which I would like to read with pylab.csv2rec . The > file has a header row, values speparated by commas, and a lot of > missings as empty entries. So, a line with missings looks like: > col1,col2c

[Matplotlib-users] False empty strings in csv2rec

2010-08-13 Thread Sergi Pons Freixes
Hi everybody, I have a csv file which I would like to read with pylab.csv2rec . The file has a header row, values speparated by commas, and a lot of missings as empty entries. So, a line with missings looks like: col1,col2col6 . I tried specifyng the parameter with name "missing", so it reads: