pymrio.calc_e
- pymrio.calc_e(M, Y)
Calculate total impacts (footprints of consumption Y).
- Parameters
M (pandas.DataFrame or numpy.array) – Multipliers
Y (pandas.DataFrame or numpy.array) – Final consumption
(D (TODO - this must be completely redone) –
dataframe (check for) –
...) –
- Returns
Multipliers m The type is determined by the type of M. If DataFrame index/columns as M The calculation is based on multipliers M and final demand Y
- Return type
pandas.DataFrame or numpy.array