IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
154 stars 71 forks source link

concate extension sets name to indicator #129

Open konstantinstadler opened 7 months ago

konstantinstadler commented 7 months ago

For some python/pandas combination the concatenate extensions surprisingly sets the name to indicator although they have the same index name Currently unknown why this happens, guess is comparing to None gives different result know.

1) Guard against None comparision 2) Implement a argument to overwrite the index.name