We want to make sure we are not including any military respondents in the data - add civilian population filter and remove "military" as an industry in count_PUMS_economics.py. Also need to make sure that we aren't dropping columns in the join - specify "left join" in aggregate_PUMS.py
We want to make sure we are not including any military respondents in the data - add civilian population filter and remove "military" as an industry in
count_PUMS_economics.py
. Also need to make sure that we aren't dropping columns in the join - specify "left join" inaggregate_PUMS.py