Replies: 3 comments 2 replies
-
No, but we could create one like Pandas has https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.fillna.html |
Beta Was this translation helpful? Give feedback.
-
Thanks @ecomodeller . The reason I'm asking is that the dfs0 file I'm using is created from a Pandas DataFrame with NULL value filledwith zero as shown below but it still gives me the delete value warning in MIKE+. Any thoughts on that? The file is available at ftp://[email protected]/pub/ZHYU/intensity_5min.dfs0.
|
Beta Was this translation helpful? Give feedback.
-
Have you tried with boolean indexing with DataArray? As showed in https://github.com/DHI/mikeio/blob/main/notebooks/DataArray%20-%20Masking.ipynb Something like this?
|
Beta Was this translation helpful? Give feedback.
-
Is there a function to covert all delete values to 0? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions