rl-institut / oemof-tabular-plugins

Dummy repository to pitch idea of oemof-tabular-plugins
MIT License
0 stars 0 forks source link

Pack oemof.solph results into a single MultiIndex Dataframe #23

Closed Bachibouzouk closed 4 months ago

Bachibouzouk commented 5 months ago

Summary of the discussion

Introduce the MultiIndex Dataframe we discussed about in #10

Type of change (CHANGELOG.md)

Added

ciaradunks commented 5 months ago

Calculation example (upfront investment costs)

Parameters we need:

Upfront investment cost = capex input * optimized capacity total upfront investment costs = sum of upfront investment cost for each component

ciaradunks commented 5 months ago

@Bachibouzouk I have tested it and the dataframe looks great! And variable costs have been calculated/implemented in the dataframe :)

  1. Do you want me to add to the input/output parameters in this PR? and additional calculations? or we can do this after the merge?
Bachibouzouk commented 5 months ago

@Bachibouzouk I have tested it and the dataframe looks great! And variable costs have been calculated/implemented in the dataframe :)

1. Do you want me to add to the input/output parameters in this PR? and additional calculations? or we can do this after the merge?

Yes please :) Add them so that we merge at once