Issue 967: Calculate urban/rural percentiles (#1006)

This commit is contained in:
Lucas Merrill Brown 2021-12-07 17:28:36 -05:00 committed by GitHub
commit 1a61026ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 108 additions and 15 deletions

View file

@ -1,5 +1,6 @@
# Suffixes
PERCENTILE_FIELD_SUFFIX = " (percentile)"
PERCENTILE_URBAN_RURAL_FIELD_SUFFIX = " (percentile urban/rural)"
MIN_MAX_FIELD_SUFFIX = " (min-max normalized)"
TOP_25_PERCENTILE_SUFFIX = " (top 25th percentile)"