"Arun Kumar Saha" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am wondering how to write a 'list' object to a file. I already gone
> through some threads like
> http://mail.python.org/pipermail/python-list/2001-April/080639.html, however
> could not trace out any reliable solution. I tried followin
?save
On Wed, Apr 23, 2008 at 2:51 AM, Arun Kumar Saha
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am wondering how to write a 'list' object to a file. I already gone
> through some threads like
> http://mail.python.org/pipermail/python-list/2001-April/080639.html, however
> could not trace out any
Previous question that I asked was originated from this problem :
suppose I have following time series :
library(zoo)
date1 = seq(as.Date("01/01/01", format = "%m/%d/%y"), as.Date("12/31/08",
format = "%m/%d/%y"), by = 1)
len1 = length(date1); data1 = zoo(matrix(rnorm(len1, mean=0, sd=0.5), nrow
Hi all,
I am wondering how to write a 'list' object to a file. I already gone
through some threads like
http://mail.python.org/pipermail/python-list/2001-April/080639.html, however
could not trace out any reliable solution. I tried following :
> write.table(calc, file="c:/data.csv")
Error in data
4 matches
Mail list logo