Number of elements in the data array.
Examples
>>> d.shape (73, 96) >>> d.size 7008
>>> d.shape (1, 1, 1) >>> d.size 1
>>> d.ndim 0 >>> d.shape () >>> d.size 1
cf.Data.shape
cf.Data.unique
Enter search terms or a module, class or function name.