Hello all,
I used the “processing.create_dataframe(om)” to generate a panda data frame and exported
it with the pd.ExcelWriter function.
The result looks like:
Is it possible to generate a panda dataframe which contains labels of oemof elements instead of pyomo tuples by using your
“processing.create_dataframe(om)”, because I would like to analyse the results in excel format. I already tried my best but I wasn’t able to change the processing code so I can produce the panda frame I want to have.
Thanks a lot!
Greetz
Steffen