13.10.2011 12:59, Alex van der Spek kirjoitti:
> gives me a confusing result. I only asked to name the columns and change 
> their 
> types to half precision floats.

Structured arrays shouldn't be thought as an array with named columns,
as they are somewhat different.

> What am I missing? How to do this?

np.rec.fromarrays(arr.T, dtype=dt)

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to