Python NumPy Types
The types defined by the numpy module.
Contents
ObjectDType
numpy.dtypes.ObjectDType represents a restriction on columnar data, allowing for optimization of data processing and storage.
NDArray
numpy.ndarray is an N-dimensional array.