Remove and return the data array of the field.
The removed data array, or None if there isn’t one.
Examples
>>> f._hasData True >>> f.data <CF Data: [0, ..., 9] m> >>> f.remove_data() >>> f._hasData False
cf.Field.remove_axis
cf.Field.remove_item
Enter search terms or a module, class or function name.