cf.Data.array

Data.array

A numpy array copy the data array.

The data type of the array is as returned by the dtype attribute.

Examples

>>> a = d.array
>>> isinstance(a, numpy.ndarray)
True

Previous topic

cf.Data.__invert__

Next topic

cf.Data.dtype

This Page