You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I had a dataset with some items inside and some items had NaN. In pandas and xarray there is the function [.fillna(value)] which fills the NaN with the value. I searched in mikeio lib and didn't find it or a similar.
Describe the solution you'd like
To solve the issue and continue, I copied the dataset, I converted to xarray, applied the .fillnan and replaced the 'new' values to dataset.
Is your feature request related to a problem? Please describe.
I had a dataset with some items inside and some items had NaN. In pandas and xarray there is the function [.fillna(value)] which fills the NaN with the value. I searched in mikeio lib and didn't find it or a similar.
Describe the solution you'd like
To solve the issue and continue, I copied the dataset, I converted to xarray, applied the .fillnan and replaced the 'new' values to dataset.
The text was updated successfully, but these errors were encountered: