pymrio icon indicating copy to clipboard operation
pymrio copied to clipboard

aggregation routine should accept dataframe concordance

Open konstantinstadler opened this issue 3 years ago • 1 comments

currently it is not possible to use the aggreation routine with a panda dataframe concordance - it only accepts numpy arrays.

Plan:

  • allow pd.dataframe (target classification in rows, source in header)
  • check consistency with the io classifiction of the header, rearange if necessary
  • convert to numpy array and use the existing routine

konstantinstadler avatar Sep 10 '21 20:09 konstantinstadler

this is currently under development elsewhere

konstantinstadler avatar Aug 04 '23 18:08 konstantinstadler