Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jul 2, 2024
1 parent 0332240 commit 0032a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flowsa/data_source_scripts/Census_ACS.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def DP_5yr_parse(*, df_list, config, year, **_):
)
df_list2.append(df0)

# TODO can the distribution data also be captured

# concat dataframes
df = pd.concat(df_list2, sort=False)

Expand Down

0 comments on commit 0032a70

Please sign in to comment.