Skip to content

Commit

Permalink
Updated units for State GHGI file (MMT CO2e)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysrivas08 committed Feb 3, 2025
1 parent 2353827 commit fac8cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowsa/data_source_scripts/EPA_StateGHGI.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def epa_state_ghgi_parse(*, df_list, source, year, config, **_):
var_name = 'Year',
value_name = 'FlowAmount')
.assign(Year = year)
.assign(Unit = 'MMT CO2e') #Updated from Tg
.assign(Unit = 'MMT CO2e') # Updated from Tg
.assign(FlowType = 'ELEMENTARY_FLOW')
.assign(SourceName = source)
.assign(Class = 'Chemicals')
Expand Down

0 comments on commit fac8cae

Please sign in to comment.