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 16 forks source link

Error: From pandas dataframe to GDX file #91

Closed erikfilias closed 5 months ago

erikfilias commented 1 year ago

This happens when I tried to create a gdx file from a pandas dataframe

error: image

I imported gdxpds successfully and it was installed from pipy.

Running this on a Windows Anaconda environment with python = 3.9

Any help, please?

Thanks in advance.

elainethale commented 1 year ago

What does your relevant code look like?

elainethale commented 1 year ago

Also, it looks like you might be trying to write to a location where you don't have permissions and/or to a file that is already open in another program.