pymrio.IOSystem.get_gross_trade

IOSystem.get_gross_trade() gross_trade

Returns the gross bilateral trade flows and totals

These are the entries of Z and Y with the domestic blocks set to 0.

Returns

A namedTuple with two fields:

  • bilat_flows: df with rows: exporting country and sector, columns: importing countries

  • totals: df with gross total imports and exports per sector and region

Return type

namedtuple (with two pandas DataFrames)