pyam icon indicating copy to clipboard operation
pyam copied to clipboard

extend append() for updating existing data

Open gidden opened this issue 4 years ago • 1 comments

We observed recently that there are situations where we want append() to overwrite existing data. At the moment, an error is raised if data is recalculated. It should be extended to allow:

  • overwriting
  • warning
  • raise an error

gidden avatar Aug 08 '19 10:08 gidden

just a thought - wouldn't it make more sense to have this as a new function IamDataFrame.merge(other, ...)?

danielhuppmann avatar Mar 21 '20 14:03 danielhuppmann