mario.Database.to_iot

Database.to_iot(method, inplace=True)

The function will transform a SUT table to a IOT table

Note

Calling this function will delete all the existing scenarios in the database and create the new baseline scenario.

Parameters:
  • method (str) –

    Defines the method for transformation of the database:

    1. Product-by-product input-output table based on product technology assumption (possible negative values)

    2. Product-by-product input-output table based on industry technology assumption

    3. Industry-by-industry input-output table based on fixed industry sales structure assumption (possible negative values)

    4. Industry-by-industry input-output table based on fixed product sales structure assumption

  • inplace (boolean) – if True, implements the changes on the Database else returns a new object without changing the original Database object

Returns:

  • None – if inplace True

  • mario.Database – if inplace False