mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 15:24:19 -07:00
score passing
This commit is contained in:
parent
a995542e70
commit
9ab75a156f
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,7 @@ import pandas as pd
|
|||
|
||||
from data_pipeline.etl.base import ExtractTransformLoad
|
||||
from data_pipeline.utils import get_module_logger
|
||||
from data_pipeline.score import field_names
|
||||
|
||||
pd.options.mode.chained_assignment = "raise"
|
||||
|
||||
|
@ -141,7 +142,9 @@ class CensusDecennialETL(ExtractTransformLoad):
|
|||
"PBG036014" # Total!!Female!!In labor force!!Civilian!!Unemployed
|
||||
)
|
||||
|
||||
self.UNEMPLOYMENT_FIELD_NAME = "Unemployed civilians (percent) in 2009"
|
||||
self.UNEMPLOYMENT_FIELD_NAME = (
|
||||
field_names.CENSUS_DECENNIAL_UNEMPLOYMENT_FIELD_2009
|
||||
)
|
||||
|
||||
var_list = [
|
||||
self.MEDIAN_INCOME_FIELD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue