xarray.DataArray.fillna¶
-
DataArray.fillna(value)¶ Fill missing values in this object.
This operation follows the normal broadcasting and alignment rules that xarray uses for binary arithmetic, except the result is aligned to this object (
join='left') instead of aligned to the intersection of index coordinates (join='inner').