[Numpy-discussion] Outputting arrays.

Timothy Hochberg tim.hochberg at ieee.org
Wed May 21 15:39:32 EDT 2008


On Wed, May 21, 2008 at 12:32 AM, Alexandra Geddes <mexicalex at yahoo.com>
wrote:

> Hi.
>
> 1. Is there a module or other code to write arrays to databases (they want
> access databases)?


If you have $$, I think you can use mxODBC. Otherwise, I believe that you
have to use COM as Chris suggested.

>
>
> 2. How can i write 2D arrays to textfiles with labels on the rows and
> columns?


I'm not sure it will do what you want, but you might want to look at the csv
module.



>
>
> thanks!
> alex.
>
>
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



-- 
. __
. |-\
.
. tim.hochberg at ieee.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080521/d2e0af22/attachment.html>


More information about the NumPy-Discussion mailing list