-
Notifications
You must be signed in to change notification settings - Fork 16
Zips fips crosswalk #1512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Zips fips crosswalk #1512
Changes from 3 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
55f7ee4
manually added pop size to zipcodes in derive_zip_population_table
rafaelcatoia 7c12efc
minor alteration: ignore index when concatenating
rafaelcatoia ecc66dd
updetd zip_pop.csv
rafaelcatoia 0a2eeb4
changed readme file
rafaelcatoia b46ebb8
typo fixex
rafaelcatoia 43e2151
Merge branch 'main' into zips-fips-crosswalk
rafaelcatoia bd536ce
Update _delphi_utils_python/data_proc/geomap/README.md
rafaelcatoia efbb07e
added the missing population in a txt file
rafaelcatoia 1523879
changed txt to csv
rafaelcatoia f473a3c
deleting txt file
rafaelcatoia 5789cda
letting only the csv file
rafaelcatoia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
zip,pop | ||
57756,1126 | ||
57764,1923 | ||
57770,5271 | ||
57772,2048 | ||
57794,644 | ||
99554,677 | ||
99563,938 | ||
99566,192 | ||
99573,1115 | ||
99574,2348 | ||
99581,762 | ||
99585,417 | ||
99586,605 | ||
99604,1093 | ||
99620,577 | ||
99632,813 | ||
99650,568 | ||
99657,329 | ||
99658,616 | ||
99662,480 | ||
99666,189 | ||
99677,88 | ||
99686,4005 | ||
99693,248 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
zip,pop | ||
57756,1126 | ||
57764,1923 | ||
57770,5271 | ||
57772,2048 | ||
57794,644 | ||
99554,677 | ||
99563,938 | ||
99566,192 | ||
99573,1115 | ||
99574,2348 | ||
99581,762 | ||
99585,417 | ||
99586,605 | ||
99604,1093 | ||
99620,577 | ||
99632,813 | ||
99650,568 | ||
99657,329 | ||
99658,616 | ||
99662,480 | ||
99666,189 | ||
99677,88 | ||
99686,4005 | ||
99693,248 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are both .txt and .csv needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no sorry, I though I have removed the txt file. Now it is done.