[Numpy-discussion] what python module to handle csv?

Olivier Delalleau shish at keba.be
Wed Jun 15 12:26:25 EDT 2011


Using savetxt with delimiter=',' should do the trick.

If you want a more advanced csv interface to e.g. save more than a numpy
array into a single csv, you can probably look into the python csv module.

-=- Olivier

2011/6/15 Chao YUE <chaoyuejoy at gmail.com>

> Dear all pythoners,
>
> what do you use python module to handle csv file (for reading we can use
> numpy.genfromtxt)? is there anyone we can do with csv file very convinient
> as that in R?
> can numpy.genfromtxt be used as writing? (I didn't try this yet because on
> our server we have only numpy 1.0.1...). This really make me struggling
> since csv is a very
> important interface file (I think so...).
>
> Thanks a lot,
>
> Sincerely,
>
> Chao
>
> --
>
> ***********************************************************************************
> Chao YUE
> Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
> UMR 1572 CEA-CNRS-UVSQ
> Batiment 712 - Pe 119
> 91191 GIF Sur YVETTE Cedex
> Tel: (33) 01 69 08 77 30; Fax:01.69.08.77.16
>
> ************************************************************************************
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110615/79346596/attachment.html>


More information about the NumPy-Discussion mailing list