sedos-project / data_adapter_oemof

This respository holds the data adapters to connect oemof with the OEDatamodel-concrete.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feature/handle nans #89

Open FelixMau opened 1 week ago

FelixMau commented 1 week ago

Handlling Nans is crucial for data_adapter_oemof to work.

Some data might be missing due to irrelevance this data still has to be filled since oemof.solph multi period cannot take cahnging values including None and fill with defaults. Therefore the Nan handler is necessary.

Continue work from #78