Re: [Numpy-discussion] Tabular: Importing data from file

2010-08-03 Thread Alan G Isaac
On 8/3/2010 5:40 PM, Robert Faryabi wrote: > I'm using Tabular Package for manipulating tab-delimited data. > There is a small problem that I cannot get my head around it. > > When I construct my tabarray from file, the blank fields are replaced by > "nan". > Does any one knows how to just keep th

[Numpy-discussion] Tabular: Importing data from file

2010-08-03 Thread Robert Faryabi
Hi there; I'm using Tabular Package for manipulating tab-delimited data. There is a small problem that I cannot get my head around it. When I construct my tabarray from file, the blank fields are replaced by "nan". Does any one knows how to just keep them as empty string (ie. ' ')? Thanks, _