NDArray#

The multidimensional data array class. This class consists of a set of useful parameters and methods that allow not only to define an array correctly, but also to handle it in a simple way, being able to extract multidimensional slices from it.

Attributes#

itemsize

The itemsize of this container.

ndim

The number of dimensions of this container.

shape

The shape of this container.

chunks

The chunk shape of this container.

blocks

The block shape of this container.

meta

Methods#

__getitem__

Get a (multidimensional) slice as specified in key.

__setitem__

slice

Get a (multidimensional) slice as specified in key.

resize

Change the shape of the array by growing one or more dimensions.