[Numpy-discussion] dtype itemsize stored in 32 bit value?
Is this a bug? In [81]: a = np.dtype([('field', 'u1', (2**31,))]) In [82]: a.itemsize Out[82]: -2147483648 ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
Re: [Numpy-discussion] Data standardizing
On Apr 12, 2011, at 8:48 PM, Climate Research wrote: > Hi > I am purely new to python and numpy.. I am using python for doing > statistical calculations to Climate data.. Check the scikits.timeseries and scikits.hydroclimpy as well, they have routines for that very purpose. _