Skip to content

Commit

Permalink
don't drop territories like puerto rico
Browse files Browse the repository at this point in the history
  • Loading branch information
CangyuanLi committed Jun 6, 2024
1 parent 415d70a commit f0b2de7
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create_race_attributes.do
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ foreach file in `geo_files'{

* Step 1: From the SF1, retain population counts for the contiguous U.S., Alaska, and Hawaii in order to ensure consistency with the population
* covered by the census surname list.
if "`file'" != "zcta" {
/* if "`file'" != "zcta" {
drop if state_fips == "72"
}
if "`file'" == "zcta" {
drop if inlist(substr(zcta,1,3),"006","007","008","009")
}
} */

rename nh_white NH_White_alone
rename nh_white_other NH_White_Other
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f0b2de7

Please sign in to comment.