add other human readable values to common.py

This commit is contained in:
stupidcomputer 2024-06-24 04:57:40 -05:00
parent bd58596f40
commit 62c6f321b9
1 changed files with 4 additions and 1 deletions

View File

@ -36,5 +36,8 @@ mapper_data = {
"nh": "Not Hispanic",
"h": "Hispanic",
"b/aa": "Black/African American",
"unk": "Unknown",
"ai/an": "American Indian/Alaskan Native",
"None": "Unknown",
"nh/opi": "Native Hawaiian/Other Pacific Islander",
}