numpy.record

class numpy.record

A data-type scalar that allows field access as attribute lookup.

Methods

all
any
argmax
argmin
argsort
astype
byteswap
choose
clip
compress
conj() Return the complex conjugate, element-wise.
conjugate() Return the complex conjugate, element-wise.
copy
cumprod
cumsum
diagonal
dump
dumps
fill
flatten
getfield
item
itemset
max
mean
min
newbyteorder
nonzero
pprint
prod
ptp
put
ravel
repeat
reshape
resize
round
searchsorted
setfield
setflags
sort
squeeze
std
sum
swapaxes
take
tofile
tolist
tostring
trace
transpose
var
view

Next topic

numpy.all

This Page