Make <OptimizationItem>.data
a pd.DataFrame
in the core layer
#134
Labels
enhancement
New feature or request
<OptimizationItem>.data
a pd.DataFrame
in the core layer
#134
In his review of #101, @danielhuppmann noted that we should return a
pd.DataFrame
for e.g.optimization.indexset.data
, at least in the core layer. This would retain consistency with ixmp and we expect most users to want apd.DataFrame
. Should they require adict
, the conversion can still be done in one line, much as it is now.The text was updated successfully, but these errors were encountered: