mario.Database.to_chenery_moses#
- Database.to_chenery_moses(inplace: bool = True, scenarios: list = None)#
Transform an Isard SUT into a Chenery-Moses SUT.
- Parameters:
inplace – When
True, mutate the current database. WhenFalse, return a transformed copy.scenarios – Optional subset of scenarios to transform. When omitted, the transformation applies to all available scenarios.
- Returns:
Transformed database when
inplace=False, otherwiseNone.- Return type:
Database | None