mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-23 14:30:17 -07:00
refactoring tribal (#1960)
This commit is contained in:
parent
247db4acdc
commit
f4adf172e3
2 changed files with 52 additions and 28 deletions
|
@ -160,9 +160,7 @@ class CensusDecennialETL(ExtractTransformLoad):
|
|||
# our other demographic data
|
||||
self.NON_HISPANIC_WHITE_FIELD = "PCT086005" # Total!!White
|
||||
self.HISPANIC_FIELD = "PCT086006" # Total!!Hispanic or Latino
|
||||
self.OTHER_RACE_FIELD = (
|
||||
"PCT086007" # Total!!Other Ethnic Origin or Ra
|
||||
)
|
||||
self.OTHER_RACE_FIELD = "PCT086007" # Total!!Other Ethnic Origin or Ra
|
||||
|
||||
self.TOTAL_RACE_POPULATION_VI_FIELD = "P003001" # Total
|
||||
self.BLACK_VI_FIELD = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue