Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Dec 13, 2023
1 parent 15c6c1f commit 0e7b359
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions flowsa/data/Household_SectorCodes.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Code,NAICS_Level_to_Use_For,Name
F010,NAICS_2,Personal Consumption Expeditures
F010,NAICS_3,Personal Consumption Expeditures
F010,NAICS_4,Personal Consumption Expeditures
F01000,NAICS_5,Personal Consumption Expeditures
F01000,NAICS_6,Personal Consumption Expeditures
F010,NAICS_2,Personal Consumption Expenditures
F010,NAICS_3,Personal Consumption Expenditures
F010,NAICS_4,Personal Consumption Expenditures
F01000,NAICS_5,Personal Consumption Expenditures
F01000,NAICS_6,Personal Consumption Expenditures
F040,NAICS_2,Exports of goods and services
F040,NAICS_3,Exports of goods and services
F040,NAICS_4,Exports of goods and services
Expand Down
4 changes: 2 additions & 2 deletions flowsa/data/Sector_2012_Names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2219,8 +2219,8 @@ NAICS_2012_Code,NAICS_2012_Name
928110,National Security
92812,International Affairs
928120,International Affairs
F010,Personal Consumption Expeditures
F01000,Personal Consumption Expeditures
F010,Personal Consumption Expenditures
F01000,Personal Consumption Expenditures
F040,Exports of goods and services
F04000,Exports of goods and services
F050,Imports of goods and services
Expand Down
4 changes: 2 additions & 2 deletions flowsa/data/Sector_2017_Names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2206,8 +2206,8 @@ NAICS_2017_Code,NAICS_2017_Name
928110,National Security
92812,International Affairs
928120,International Affairs
F010,Personal Consumption Expeditures
F01000,Personal Consumption Expeditures
F010,Personal Consumption Expenditures
F01000,Personal Consumption Expenditures
F040,Exports of goods and services
F04000,Exports of goods and services
F050,Imports of goods and services
Expand Down

2 comments on commit 0e7b359

@bl-young
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@catherinebirney is there a source for these names - does the typo need to be fixed anywhere else?

@catherinebirney
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha! Nice catch - Nothing else needs to be changed. "Household_SectorCodes" was created manually

Please sign in to comment.