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
"AGG_BY = region" and "ABB_BY = zone" are already implemented, implement "AGG_BY = Summary" as well.
Anywhere there is a df = df.xs("region_name",level = "region"), change to df = df.sum().
OR alternatively add a warning that gives instructions for creating a Region_Mapping.csv, with two columns:
region = a list of all regions in the model
Summary = a column with all entries "Summary"
No description provided.
The text was updated successfully, but these errors were encountered: