Diego Alejandro Tejada Arango

Results 59 issues of Diego Alejandro Tejada Arango

### What and Why So we don’t do `df -> df.column` We tried this code, but sometimes it fails with r being missing. ```julia r = DBInterface.execute(con, "SQL") r.tbl.column ```...

Type: improvement
Zone: data & import

### What and Why `timeframe` saves the whole DataFrame, but we shouldn’t do that. We want only what it actually needs, or use DuckDB table instead, so we avoid this...

Type: improvement
Zone: data & import

### What and Why What is better, to iterate over the `:raw` DB table and get the `row.column` or to use `SELECT` to get a single column as result, but...

Type: improvement
Zone: data & import

### What and Why Read more here: https://duckdb.org/docs/sql/data_types/enum.html ### Possible Drawbacks _No response_ ### Related Issues _No response_

Type: improvement
Zone: data & import

### What and Why Create a test that makes use of io.jl:153 GreaterThan(0.0) - If `EqualTo(0.0)` is used instead, nothing fails at the moment. ### Possible Drawbacks _No response_ ###...

Type: improvement
good first issue
Zone: testing

### What and Why The idea is to have two columns with the name and type together instead of one. ### Possible Drawbacks _No response_ ### Related Issues _No response_

Type: improvement
Zone: data & import

### What and Why Fix significant digits and units in the timing and objective function. Format the values of the timing and objective function - objective function: Plain format (no...

Type: improvement
good first issue
Zone: export & visualisation

### What and Why The package TimeStruct.jl has features similar to those in TulipaEnergyModel that handle flexible temporal resolution (and more, like the multi-horizon and scenario). So, it is worth...

Type: improvement
Zone: optimisation model
Type: research

### What and Why We have as a default `resolution` value of 1.0 in TulipaClustering that is printed in the files that TulipaEnergyModel uses. The user should define that input...

Type: improvement
Zone: data & import

### What and Why This is to have in one place how a user can start from scratch (ESDL, COMPETES...) to run the pipeline (TulipaIO, TulipaClustering, TulipaEnergyModel, etc...) ### Possible...

Type: improvement
Zone: setup/admin