LCIAformatter icon indicating copy to clipboard operation
LCIAformatter copied to clipboard

Results 11 LCIAformatter issues
Sort by recently updated
recently updated
newest added

Working snippet using Python 3.11.7 and lciafmt v.1.1.3: ```py from lciafmt import Method as LM from lciafmt import get_method df = get_method(LM.FEDEFL_INV) 'Carbon dioxide' in sorted(list(df['Flowable'].unique())) ``` The output is...