Jussi

Results 8 issues of Jussi

What is the recommended way to clear an area in an existing Excel sheet?

Hello! Thank you for this tool! I would like to write large datasets into Excel. Now I have a DataFrame of 5 cols and 600,000 rows and I get an...

Thanks for this package! I kindly request rollsum and runsum functions. And more documentation on the custom functions running(function, data, windowsize).

Documentation should be added about the best ways to read from text file to NamedArray. My current plan is to first read a DataFrame via **CSV.jl** and then convert it...

In addition to node labels, one should have the possibility to add flow values as labels.

Reusing the same Julia variable names can be confusing. For example in [constraint node injection.jl](src/constraints/constraint_node_injection.jl) `for s in s` this could be `for s in path` `path` is also used...

Zone: model implementation
Type: improvement

This one adds the same functionality for units as is already for storages and connections, namely overriding the default number of units. However, it can be confusing to the user...

**Description** Ramping down will be difficult when time resolution changes. **How to reproduce** Set the following unit and unit-output node parameters for a simple generator unit: fix_units_on: 1 unit_capacity: 100...

Zone: formulation
Type: improvement