mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 20:01:16 -07:00
Add median house value to Definition L (#882)
* Added house value to ETL * Adding house value to score formula and comp tool
This commit is contained in:
parent
54bdda0f02
commit
05ebf9b48c
7 changed files with 90 additions and 48 deletions
|
@ -312,6 +312,7 @@ class ScoreETL(ExtractTransformLoad):
|
|||
field_names.HIGH_SCHOOL_ED_FIELD,
|
||||
field_names.UNEMPLOYMENT_FIELD,
|
||||
field_names.HT_INDEX_FIELD,
|
||||
field_names.MEDIAN_HOUSE_VALUE_FIELD,
|
||||
]
|
||||
|
||||
non_numeric_columns = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue