[Numpy-discussion] Doc on dtypes

Pierre GM pgmdevlist at gmail.com
Mon Jul 14 19:24:53 EDT 2008


On Monday 14 July 2008 18:53:41 Robert Kern wrote:
> dtype.fields is a dict-like object containing the same information,
> but accessible by field name.

But as it's a dictionary, I can't use iteritems() without risking having the 
wrong order of fields, right ? Or do dictproxies behave differently ?

> Chapter 7 of _The Guide to Numpy_ has more content, 
Oh, of course... My version is just 2 years old, has there been much change 
about dtypes in the meantime ?



More information about the NumPy-Discussion mailing list