The last element of the data array.
Equivalent to f.subset[(-1,)*f.ndim].array.item()
Examples
>>> f.array array([[1, 2], [3, 4]]) >>> f.first_datum 4
cf.Field.is_scalar
cf.Field.mask
Enter search terms or a module, class or function name.