mario.CoreModel.GDP

CoreModel.GDP(exclude=[], scenario='baseline', total=True, share=False)

Return the value of the GDP based scenario.

Note

GDP based on the total V. In case that some of the items should be ignored for the calulation of the GDP (such as the imports in single region models), the user can use exclude argument to ignore some of the value added items.

Parameters:
  • exclude (list, Optional) – the items to be avoided excluded from the Value added for the calculation of the GDP.

  • scenario (str) – the scenario to take

  • total (boolean) – if True, it will return the total GDP. if False, it returns the sectoral GDP

  • share (boolean) – if total = False, it adds a new column with sectoral share of regions

Return type:

pd.DataFrame