[Numpy-discussion] Outputting arrays.
Christopher Barker
Chris.Barker@noaa....
Wed May 21 14:25:21 CDT 2008
Alexandra Geddes wrote:
> 1. Is there a module or other code to write arrays to databases (they want access databases)?
I don't think there is any way to write an access database file from
Python except using com on Windows.
> 2. How can i write 2D arrays to textfiles with labels on the rows and columns?
I'm not sure it there is an out of the box way, but it's easy to write
by hand, just loop through the array.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
More information about the Numpy-discussion
mailing list