Jingru923
Jingru923
Thanks @gijsber . In this case the documentation should be updated since it gave not only me but also other user and developer some confusion. However, if I run models...
I agree with you @gijsber . An error should be given in this case. What worried me is that the model can still run even though the mode has such...
A finding on this issue. When reading the demand nodes into geodata based, a column "priority" is created and all the values inside this column are initialized as 0. Therefore,...
It is easier to do validation with the default value. I suggest that we keep it for now.
I will discuss this with Marnix, but I think this is already the case > * [ ] Add Link to Github on download portal
> [@Jingru923](https://github.com/Jingru923) the download portal is https://download.deltares.nl/en/ribasim. That currently doesn't contain any information about this project, only Ribasim 7. I thought he meant the log that comes from our release...
I made a PR on deltaforge's repo https://github.com/Deltares/deltaforge/pull/18 When it's reviewed and merged by @JoerivanEngelen , Ribasim Python will be on Deltaforge
Hi Fatima, this issue #1230 is about adding transient user demand return factor. It should be finished today. Maybe after the PR #1727 is closed, you can try again
I had a look at it, currently only these function can take arguement of `dtype_backend` and specify "pyarrow": [read_csv()](https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html#pandas.read_csv) [read_clipboard()](https://pandas.pydata.org/docs/reference/api/pandas.read_clipboard.html#pandas.read_clipboard) [read_fwf()](https://pandas.pydata.org/docs/reference/api/pandas.read_fwf.html#pandas.read_fwf) [read_excel()](https://pandas.pydata.org/docs/reference/api/pandas.read_excel.html#pandas.read_excel) [read_html()](https://pandas.pydata.org/docs/reference/api/pandas.read_html.html#pandas.read_html) [read_xml()](https://pandas.pydata.org/docs/reference/api/pandas.read_xml.html#pandas.read_xml) [read_json()](https://pandas.pydata.org/docs/reference/api/pandas.read_json.html#pandas.read_json) [read_sql()](https://pandas.pydata.org/docs/reference/api/pandas.read_sql.html#pandas.read_sql) [read_sql_query()](https://pandas.pydata.org/docs/reference/api/pandas.read_sql_query.html#pandas.read_sql_query) [read_sql_table()](https://pandas.pydata.org/docs/reference/api/pandas.read_sql_table.html#pandas.read_sql_table) [read_parquet()](https://pandas.pydata.org/docs/reference/api/pandas.read_parquet.html#pandas.read_parquet) [read_orc()](https://pandas.pydata.org/docs/reference/api/pandas.read_orc.html#pandas.read_orc)...
There are only 20 instance in ribasim python that is using `pd.DataFrame`, and 8 out of 20 is definition and the rest is verification. Converting into "pyarrow" backend after each...