NREL / gdx-pandas

Python interface to read and write GAMS GDX files using pandas.DataFrames as the intermediate data format.
BSD 3-Clause "New" or "Revised" License
43 stars 15 forks source link

GdxSymbol constructors and lazy loading #87

Closed jebob closed 1 year ago

jebob commented 3 years ago

Improve behaviour of unloaded symbols. Probably needs a couple of iterations of feedback. Breaks backwards compatibility on GdxSymbol.__init__ so probably worth including this in v2 instead of v1.3. This is somewhat faster and makes it easier to work with unloaded symbols.

Changes

Tests

elainethale commented 1 year ago

Stale PR