A numpy array copy the data array.
If the data array is stored as date-time objects then a numpy array of numeric reference times will be returned. A numpy array of date-time objects may be returned by the dtarray attribute.
See also
dtarray, dtvarray, varray
Examples
>>> a = d.array >>> isinstance(a, numpy.ndarray) True
cf.Data.__str__
cf.Data.data
Enter search terms or a module, class or function name.