You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The industry module uses pandas extensively. Due to the way pandas handles multiindexes, the code is very hard to follow (and probably slower than necessary).
We should pivot to using xarray instead to make the code more readable and efficient.
Recommendation: this should be tackled after all industry processing has been ported to EC!
The industry module uses pandas extensively. Due to the way pandas handles multiindexes, the code is very hard to follow (and probably slower than necessary).
We should pivot to using xarray instead to make the code more readable and efficient.
Recommendation: this should be tackled after all industry processing has been ported to EC!
Prerequisite: #314
The text was updated successfully, but these errors were encountered: