mario.CoreModel.GDP#
- CoreModel.GDP(exclude=[], scenario='baseline', total=True, share=False)#
Return GDP totals or sector-level GDP for a scenario.
- Parameters:
exclude – Factor-of-production labels to exclude from the GDP sum.
scenario – Scenario used to compute GDP.
total – When
True, aggregate GDP by region. WhenFalse, keep one row per region and sector or activity.share – When
True, append the share of each sector or activity within its region.
- Returns:
GDP table indexed by region, and optionally by sector/activity.
- Return type:
pandas.DataFrame