-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into population_estimate_by_asr
- Loading branch information
Showing
169 changed files
with
4,118 additions
and
18,605 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ shapely==1.8.5 | |
tabula-py | ||
urllib3==1.26.8 | ||
xarray==0.19.0 | ||
xlrd==1.2.0 | ||
xlrd | ||
yapf | ||
zipp | ||
beautifulsoup4 | ||
|
This file contains 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
243 changes: 0 additions & 243 deletions
243
scripts/us_census/pep/monthly_population_estimate/download.py
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
scripts/us_census/pep/monthly_population_estimate/download_test.py
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
scripts/us_census/pep/monthly_population_estimate/file_urls.json
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
scripts/us_census/pep/monthly_population_estimate/input_url.json
This file contains 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,12 @@ | ||
[ | ||
{ | ||
"download_path": "https://www2.census.gov/programs-surveys/popest/tables/1990-2000/national/totals/nat-total.txt" | ||
}, | ||
{ | ||
"download_path": "https://www2.census.gov/programs-surveys/popest/tables/2000-2009/state/totals/na-est2009-01.csv" | ||
}, | ||
{ | ||
"download_path": "https://www2.census.gov/programs-surveys/popest/tables/2010-2019/national/totals/na-est2019-01.xlsx" | ||
} | ||
|
||
] |
Oops, something went wrong.