[SciPy-user] Save column & row headers to csv file with something like savetxt?

Pierre GM pgmdevlist at gmail.com
Fri Dec 19 14:39:30 EST 2008


Dharhas,
Try scikits.timeseries.lib.reportlib and let Matt and I know if you  
find it useful and how we can improve it...



On Dec 19, 2008, at 9:07 AM, Dharhas Pothina wrote:

> Hi,
>
> I have a 2D array of results that my script has calculated. I want  
> to save them as a csv file so I can use them in excel or a report  
> later. Is there a way to put comment lines, column & row headers in  
> the text file? I had a look through the documentation but didn't  
> find anything obvious.
>
> What I would like to do is save a ascii file something like below:
>
> location,max,min
> jdm1,6,2
> jdm2,4.3,1.7
> mcf1,7.7,2.2
> ...
>
> Is there already a simple way to do this?
>
> Another i/o question is that I keep getting a warning that fread is  
> depreciated. I am using it to read binary fortran data, what is the  
> appropriate function to use now?
>
> thanks,
>
> - dharhas
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user




More information about the SciPy-User mailing list