cf.Data.array

Data.array

A numpy array copy the data array.

If the data array is stored as datetime-like objects then a numpy array of numeric reference times will be returned. In this case, a numpy array of datetime-like objects may be created with the dtarray attribute.

See also

dtarray, dtvarray, varray

Examples

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

Previous topic

cf.Data.__str__

Next topic

cf.Data.data

This Page