gridmarthe.fillna
- gridmarthe.fillna(ds, value, varname=None)[source]
Replace real nan (np.nan) value in dataset[varname], edge case of
gridmarthe.replace()- Parameters:
- dsxarray.Dataset
dataset of marthe variable(s)
- value: float
value to replace NaN with
- varnamestr, optional
variable name to replace NaN with value