IndEcol / pymrio

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

get_index grouping pattern broken for multiindex #133

Open konstantinstadler opened 9 months ago

konstantinstadler commented 9 months ago

get get_index function has a method "grouping_pattern" which allows aggregation of index.

This is broken for multiindex. However, it does not need to fix as the new regex functionality takes core of that.

Remove the method