help-octave
[Top][All Lists]
Advanced

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

Re: Is it possible to load date values from CSV file?


From: CdeMills
Subject: Re: Is it possible to load date values from CSV file?
Date: Mon, 20 Dec 2010 01:15:51 -0800 (PST)


Leonid Krashenko wrote:
> 
> For example, CSV's content is:
> 
> 10-Dec-2010, 12
> 17-Dec-2010, 17
> ...
> 
> need something like:
> 
> values = load_from_csv(filename);
> 
It depends on the file complexity. If it is totally regular, you have base
functions "dlmread". Then, in octave-forge, you have
package io: csvread
package miscellanous: csv2cell
package dataframe: x=dataframe(the_file)

I'm the author of the last solution, and I wrote it because I had to analyse
CSV files with variable number of fields by lines and other oddities.

Regards

Pascal
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Is-it-possible-to-load-date-values-from-CSV-file-tp3094564p3095228.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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