help-octave
[Top][All Lists]
Advanced

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

Re: Dataframes


From: CdeMills
Subject: Re: Dataframes
Date: Tue, 20 Jul 2010 14:16:48 -0700 (PDT)


Søren Hauberg wrote:
> 
> 
> 
> This sounds quite interesting :-) Just a few questions:
> 
>       * Is it possible to load a dataframe directly from e.g a CSV file?
>         Basically, is it possible to do something like 'my_dataframe =
>         read_dataframe ('myfile.csv');' ?
>       * When you feel confident about the code (that might already be
>         the case today), would you like to host the code on
>         Octave-Forge. I'm not quite sure where such would go, but we can
>         work that out if you're interested.
> 

For the first question, the answer is yes, this is exactly the purpose of
the constructor:
my_dataframe = dataframe('some_file.csv')
They are a few option, to try to work around quoting problems, and to seek
for some specific pattern in the first field

For the second question, the code is, let's hope it, useable. I have a SF
account, but I would need some help to go from the actual collections of
file to a package. In my opinion, this should belong to its own hierachy,
i.e. a package "dataframe".

Regards

Pascal
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Dataframes-tp2291572p2296288.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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