cfdm.core.Array.array¶
-
Array.array¶ Return an independent numpy array containing the data.
New in version 1.7.0.
Returns: numpy.ndarrayAn independent numpy array of the data.
Examples:
>>> n = a.array >>> isinstance(n, numpy.ndarray) True
Array.array¶Return an independent numpy array containing the data.
New in version 1.7.0.
| Returns: |
|
|---|
Examples:
>>> n = a.array
>>> isinstance(n, numpy.ndarray)
True