[Numpy-discussion] PyObject typecodes are gone in numarray?

Berthold Höllmann hoel at gl-group.com
Tue Mar 18 02:36:07 EST 2003


Hello,

I am trying to convert a larger project of ours from Numeric to
numarray under some time pressure. One stumbling point is that
numarray does not support the Numeric "PyObject" typecode for
arrays. I am mapping some kind or database structure to Numeric arrays
and am using PyObject arrays for storing String columns for
consistency with the numeric columns. How would this be solved with
numarray? Example:

>python
Python 2.2.1 (#1, Dec 13 2002, 10:37:32) 
[GCC 3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Numeric as N
>>> a=N.zeros(3, N.PyObject)
>>> a[:] = ['abc', 'def', 'ghi']
>>> a
array([abc , def , ghi ],'O')

Thanks
Berthold
-- 
Dipl.-Ing. Berthold Höllmann   __   Address:
hoel at GL-Group.com           G /  \ L Germanischer Lloyd
phone: +49-40-36149-7374    -+----+- Vorsetzen 32/35    P.O.Box 111606
fax  : +49-40-36149-7320      \__/   D-20459 Hamburg    D-20416 Hamburg
 
 
 
 
****************************************************
 
 
Beachten Sie:  Wir moechten Sie informieren, dass die E-Mail-Adresse des Germanischen Lloyd sowie unsere Web-Adresse mit Wirkung vom 1. Maerz 2003 auf den Namen gl-group.com umgestellt wurde.
 
 
Dies bedeutet, dass die bisherige Adresse Kurzzeichen at germanlloyd.org durch die neue Adresse Kurzzeichen at gl-group.com ersetzt wird. Die Homepage des GL ist kuenftig ueber die Adresse 'http://www.gl-group.com' aufrufbar. Die bisher verwendeten Adressen bleiben für eine Uebergangsfrist erreichbar.
 
 
**************************************************** 
 
Please notice: We would like to inform you that the e-mail address of Germanischer Lloyd as well as our internet address had been changed to  gl-group.com with effect from 1st March 2003.
 
 
This means that the previous address shortmark at germanlloyd.org will be replaced by shortmark at gl-group.com. From now on the GL homepage can be accessed at the address 'http://www.gl-group.com'. The old addresses remain valid for a transitional period.
 

 
 
****************************************************
 
 
 
 
This e-mail contains confidential information for the exclusive attention of the intended addressee. Any access of third parties to this e-mail is unauthorised. Any use of this e-mail by unintended recipients such as copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this e-mail is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this e-mail.  
 
GL's Group of Companies does not warrant and/or guarantee that this message at the moment of receipt is authentic, correct and its communication free of errors, interruption etc. 
 

 




More information about the NumPy-Discussion mailing list