jump-dev / jump-dev/GDXInterface.jl

Add an option to load/convert the data as an Array or Dictionary.

Open
#7 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Julia
Stars
9
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Most users transitioning from GAMS are familiar accessing data via arrays. This package should have the ability to convert or load the data directly to an array.

Ideally the array type should have a named index, similar to NamedArrays. The dictionary should be a `DefaultDict` so that indices that do not appear default to zero.

If the package is updated to satisfy the Tables.jl interface then users can load the data into NamedTuples, but this is an immutable structure so the data could not be manipulated.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.