NDArray

The multidimensional data array class.

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

Slicing

__getitem__

Get a (multidimensional) slice as specified in key.

__setitem__

slice

Get a (multidimensional) slice as specified in key.