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