nctoolkit.DataSet.set_missing

DataSet.set_missing(self, value=None)

Set the missing value for a single number or a range

Parameters

value (2 variable list or int/float) – If int/float is provided, the missing value will be set to that. If a list is provided, values between the two values (inclusive) of the list are set to missing.