Skip to content

Commit

Permalink
add note to add distribution data
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jun 29, 2024
1 parent c8c5d94 commit 7918ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flowsa/data_source_scripts/Census_EC.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def census_EC_parse(*, df_list, year, **_):
df['Location'] = np.where(df['Location'] == 'US', US_FIPS,
df['Location'].str.pad(5, side='right', fillchar='0'))

## TODO consider adding the distribution data

# add location system based on year of data
df = assign_fips_location_system(df, year)
Expand Down

0 comments on commit 7918ff2

Please sign in to comment.