cf.Data.array¶
-
Data.array¶ 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
dtarrayattribute.Examples: >>> a = d.array >>> isinstance(a, numpy.ndarray) True