mario.Database.update_scenarios#

Database.update_scenarios(scenario, **matrices)#

Replace selected matrices in an existing scenario.

Parameters:
  • scenario – Existing scenario name to update.

  • **matrices – Keyword mapping matrix_name=dataframe for the blocks to replace.

Returns:

The method mutates the stored scenario in place.

Return type:

None