bundles / numpy 2.5.0.dev0+git20251130.2de293a / 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.