mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 14:21:16 -07:00
add details and references
This commit is contained in:
parent
f619470286
commit
a8820e4146
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,9 @@ class MarylandEJScreenETL(ExtractTransformLoad):
|
||||||
|
|
||||||
# Interpretation: An EJ score (reported as a percentile)
|
# Interpretation: An EJ score (reported as a percentile)
|
||||||
# has a percentile rank of N for some N between 0 - 100"
|
# has a percentile rank of N for some N between 0 - 100"
|
||||||
|
# Please see the README and the following linksfor details and context
|
||||||
|
# 1. https://github.com/usds/justice40-tool/issues/239#issuecomment-1003448074
|
||||||
|
# 2. https://github.com/usds/justice40-tool/issues/239#issuecomment-995798345
|
||||||
self.df[
|
self.df[
|
||||||
field_names.MARYLAND_EJSCREEN_SCORE_FIELD
|
field_names.MARYLAND_EJSCREEN_SCORE_FIELD
|
||||||
+ field_names.PERCENTILE_FIELD_SUFFIX
|
+ field_names.PERCENTILE_FIELD_SUFFIX
|
||||||
|
@ -113,6 +116,7 @@ class MarylandEJScreenETL(ExtractTransformLoad):
|
||||||
|
|
||||||
# Baseline Comparisons with some quartiles and the 90th percent OF EJ Score
|
# Baseline Comparisons with some quartiles and the 90th percent OF EJ Score
|
||||||
# Interpretation: The score is greater than or equal to N% of the tracts in the state.
|
# Interpretation: The score is greater than or equal to N% of the tracts in the state.
|
||||||
|
# Please see the README for details on the EJScore interpretation
|
||||||
self.df[field_names.MARYLAND_EJSCREEN_TRACT_25_PERCENTILE_FIELD] = (
|
self.df[field_names.MARYLAND_EJSCREEN_TRACT_25_PERCENTILE_FIELD] = (
|
||||||
self.df[field_names.MARYLAND_EJSCREEN_SCORE_FIELD] >= 0.25
|
self.df[field_names.MARYLAND_EJSCREEN_SCORE_FIELD] >= 0.25
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue