This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / docs

Doc

Record Arrays (numpy.rec)

docs/reference:routines.rec

Record arrays expose the fields of structured arrays as properties.

Most commonly, ndarrays contain elements of a single type, e.g. floats, integers, bools etc. However, it is possible for elements to be combinations of these using structured types, such as:

Functions

.. autosummary:: 
    :toctree:generated/
    array
    find_duplicate
    format_parser
    fromarrays
    fromfile
    fromrecords
    fromstring

Also, the numpy.recarray class and the numpy.record scalar dtype are present in this namespace.