You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the impacts from D_cba matrix, to be specific 'exio3.impacts.D_cba.loc["Water Consumption Blue - Total"]'. And I used
exio3.impacts.unit.loc["Water Consumption Blue - Total"] to get its corresponding unit. It shows the following:
unit Mm3
Name: Water Consumption Blue - Total, dtype: object
My question is whether to interpret it is as cubic megametre or million cubic metre (E16 m3 or E6 m3)? Any clarity on this would be very helpful.
The text was updated successfully, but these errors were encountered:
Hello all,
I was using the impacts from D_cba matrix, to be specific 'exio3.impacts.D_cba.loc["Water Consumption Blue - Total"]'. And I used
exio3.impacts.unit.loc["Water Consumption Blue - Total"] to get its corresponding unit. It shows the following:
unit Mm3
Name: Water Consumption Blue - Total, dtype: object
My question is whether to interpret it is as cubic megametre or million cubic metre (E16 m3 or E6 m3)? Any clarity on this would be very helpful.
The text was updated successfully, but these errors were encountered: