Annotationnumpy record array
- Language
Python
- Package
- numpy (PyPI )
- ID
- recarray
- Kind
- type
- Name
- numpy record array
- Description
numpy array with named, heterogeneous columns
- Python class
numpy.recarray
- Definition
- table
- Slots
dtype.names
: table-column-namesdtype.__len__
: table-n-cols__len__
: table-n-rows