User Guide
API reference
Development
Release notes
Learn
1.24
GitHub
Twitter
Array objects
The N-dimensional array (
ndarray
)
Scalars
Data type objects (
dtype
)
Indexing routines
Iterating Over Arrays
Standard array subclasses
numpy.matrix.T
numpy.matrix.H
numpy.matrix.I
numpy.matrix.A
numpy.matrix
numpy.asmatrix
numpy.bmat
numpy.memmap
numpy.memmap.flush
numpy.chararray
numpy.core.defchararray.array
numpy.recarray
numpy.record
numpy.record.all
numpy.record.any
numpy.record.argmax
numpy.record.argmin
numpy.record.argsort
numpy.record.astype
numpy.record.byteswap
numpy.record.choose
numpy.record.clip
numpy.record.compress
numpy.record.conjugate
numpy.record.copy
numpy.record.cumprod
numpy.record.cumsum
numpy.record.diagonal
numpy.record.dump
numpy.record.dumps
numpy.record.fill
numpy.record.flatten
numpy.record.getfield
numpy.record.item
numpy.record.itemset
numpy.record.max
numpy.record.mean
numpy.record.min
numpy.record.newbyteorder
numpy.record.nonzero
numpy.record.pprint
numpy.record.prod
numpy.record.ptp
numpy.record.put
numpy.record.ravel
numpy.record.repeat
numpy.record.reshape
numpy.record.resize
numpy.record.round
numpy.record.searchsorted
numpy.record.setfield
numpy.record.setflags
numpy.record.sort
numpy.record.squeeze
numpy.record.std
numpy.record.sum
numpy.record.swapaxes
numpy.record.take
numpy.record.tofile
numpy.record.tolist
numpy.record.tostring
numpy.record.trace
numpy.record.transpose
numpy.record.var
numpy.record.view
numpy.lib.user_array.container
numpy.ndarray.flat
numpy.ndenumerate
numpy.broadcast
Masked arrays
The array interface protocol
Datetimes and Timedeltas
Array API Standard Compatibility
Constants
Universal functions (
ufunc
)
Routines
Typing (
numpy.typing
)
Global State
Packaging (
numpy.distutils
)
NumPy Distutils - Users Guide
Status of
numpy.distutils
and migration advice
NumPy C-API
CPU/SIMD Optimizations
NumPy security
NumPy and SWIG
On this page
record.pprint
numpy.record.pprint
#
method
record.
pprint
(
)
[source]
#
Pretty-print all fields.