Skip to content

Commit

Permalink
write BEA 2017 crosswalks
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Oct 12, 2023
1 parent dc55b74 commit eb72012
Show file tree
Hide file tree
Showing 5 changed files with 2,429 additions and 40 deletions.
3 changes: 2 additions & 1 deletion flowsa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def load_crosswalk(crosswalk_name):
'sector_name': 'Sector_2012_Names',
'household': 'Household_SectorCodes',
'government': 'Government_SectorCodes',
'BEA': 'NAICS_to_BEA_Crosswalk'
'BEA': 'NAICS_to_BEA_Crosswalk',
'BEA_2017': 'NAICS_to_BEA_Crosswalk_2017',
}

fn = cw_dict.get(crosswalk_name)
Expand Down
Loading

0 comments on commit eb72012

Please sign in to comment.