On this page
numpy.record
class numpy.record[source]-
A data-type scalar that allows field access as attribute lookup.
Attributes: -
T -
transpose
-
base -
base object
-
data -
pointer to start of data
-
dtype -
dtype object
-
flags -
integer value of flags
-
flat -
a 1-d view of scalar
-
imag -
imaginary part of scalar
-
itemsize -
length of one element in bytes
-
nbytes -
length of item in bytes
-
ndim -
number of array dimensions
-
real -
real part of scalar
-
shape -
tuple of array dimensions
-
size -
number of elements in the gentype
-
strides -
tuple of bytes steps in each dimension
Methods
allNot implemented (virtual attribute) anyNot implemented (virtual attribute) argmaxNot implemented (virtual attribute) argminNot implemented (virtual attribute) argsortNot implemented (virtual attribute) astypeNot implemented (virtual attribute) byteswapNot implemented (virtual attribute) chooseNot implemented (virtual attribute) clipNot implemented (virtual attribute) compressNot implemented (virtual attribute) conjugateNot implemented (virtual attribute) copyNot implemented (virtual attribute) cumprodNot implemented (virtual attribute) cumsumNot implemented (virtual attribute) diagonalNot implemented (virtual attribute) dumpNot implemented (virtual attribute) dumpsNot implemented (virtual attribute) fillNot implemented (virtual attribute) flattenNot implemented (virtual attribute) getfieldNot implemented (virtual attribute) itemNot implemented (virtual attribute) itemsetNot implemented (virtual attribute) maxNot implemented (virtual attribute) meanNot implemented (virtual attribute) minNot implemented (virtual attribute) newbyteorder([new_order])Return a new dtypewith a different byte order.nonzeroNot implemented (virtual attribute) pprint()Pretty-print all fields. prodNot implemented (virtual attribute) ptpNot implemented (virtual attribute) putNot implemented (virtual attribute) ravelNot implemented (virtual attribute) repeatNot implemented (virtual attribute) reshapeNot implemented (virtual attribute) resizeNot implemented (virtual attribute) roundNot implemented (virtual attribute) searchsortedNot implemented (virtual attribute) setfieldNot implemented (virtual attribute) setflagsNot implemented (virtual attribute) sortNot implemented (virtual attribute) squeezeNot implemented (virtual attribute) stdNot implemented (virtual attribute) sumNot implemented (virtual attribute) swapaxesNot implemented (virtual attribute) takeNot implemented (virtual attribute) tofileNot implemented (virtual attribute) tolistNot implemented (virtual attribute) tostringNot implemented (virtual attribute) traceNot implemented (virtual attribute) transposeNot implemented (virtual attribute) varNot implemented (virtual attribute) viewNot implemented (virtual attribute) conj tobytes -
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.16.1/reference/generated/numpy.record.html