bw2analyzer.lci#

Functions#

get_labeled_inventory(→ pandas.DataFrame)

Take an LCA's inventory matrix and labels its rows (biosphere) and columns (technosphere) with activity metadata.

Module Contents#

bw2analyzer.lci.get_labeled_inventory(lca: bw2calc.LCA) pandas.DataFrame[source]#

Take an LCA’s inventory matrix and labels its rows (biosphere) and columns (technosphere) with activity metadata.

Parameters:

lca (*) – LCA object whose life cycle inventory has been calculated previously.

Returns:

pd.DataFrame with activity information as row and column MultiIndices.