A Python reference implementation of the CF data model
Data.
data
The data as an object identity.
Examples
>>> d = cfdm.Data([1, 2], 'm') >>> d.data is d True