j40-cejst-2/data/data-pipeline/data_pipeline/etl/sources/census_decennial
Matt Bowen 8e5ed5b593
Add demos for island areas (#1932)
* Backfill population in island areas (#1882)

* Update smoketest to account for backfills (#1882)

As I wrote in the commend:
We backfill island areas with data from the 2010 census, so if THOSE tracts
have data beyond the data source, that's to be expected and is fine to pass.
If some other state or territory does though, this should fail

This ends up being a nice way of documenting that behavior i guess!

* Fixup lint issues (#1882)

* Add in race demos to 2010 census pull (#1851)

* Add backfill data to score (#1851)

* Change column name (#1851)

* Fill demos after the score (#1851)

* Add income back, adjust test (#1882)

* Apply code-review feedback (#1851)

* Add test for island area backfill (#1851)

* Fix bad rename (#1851)
2022-09-29 12:42:56 -04:00
..
__init__.py [ISS-723] Load Census Data for 4 Territories (#816) 2021-11-09 16:32:46 -05:00
etl.py Add demos for island areas (#1932) 2022-09-29 12:42:56 -04:00
README.md [ISS-723] Load Census Data for 4 Territories (#816) 2021-11-09 16:32:46 -05:00

Decennial Census of Island Areas

Adding a new ETL folder for Decennial Census of Island Areas since the Island areas aren't included in ACS.

There's the American Samoa Summary File, the Guam Summary File, the Commonwealth of the Northern Mariana Islands Summary File, and the US Virgin Islands Summary File:

  1. https://api.census.gov/data/2010/dec/as.html
  2. https://api.census.gov/data/2010/dec/gu.html
  3. https://api.census.gov/data/2010/dec/mp.html
  4. https://api.census.gov/data/2010/dec/vi.html