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

Added optional argument to `to_gdx` for data types #43

Closed serdar- closed 1 year ago

serdar- commented 6 years ago

Inferring to data types by looking at the column names does not seem to work all the time (see #42). I added an extra optional argument to set the data types for dataframes.

elainethale commented 1 year ago

Closing this stale PR