help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: import tab-delimited text file with header


From: CdeMills
Subject: Re: import tab-delimited text file with header
Date: Fri, 10 Sep 2010 02:55:07 -0700 (PDT)

Hello,

this is one of the goal of the 'dataframe' package  released recently. The
principe is to offer a class which can store columns of heterogenous type.
Reading a file is implemented in the class constructor, it tries to infer
row and colums names from the data, then to convert to content to the
appropriate type. From there, you can display/extract/modify data.

Regards

Pascal
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/import-tab-delimited-text-file-with-header-tp2530686p2534163.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]