NdarrayMixin

class astropy.table.NdarrayMixin[source]

Bases: numpy.ndarray

Mixin column class to allow storage of arbitrary numpy ndarrays within a Table. This is a subclass of numpy.ndarray and has the same initialization options as ndarray().

Attributes Summary

info([option, out])

Mixin that gets info.dtype from parent

Attributes Documentation

info(option='attributes', out='')

Mixin that gets info.dtype from parent