python-us icon indicating copy to clipboard operation
python-us copied to clipboard

`us.states.lookup("Washington D.C.")` doesn't return a result

Open abmyii opened this issue 5 years ago • 1 comments

Should return D.C. I tried with DC_STATEHOOD also, which didn't make a difference. Could a proxy "state" to D.C. be a solution?

abmyii avatar May 14 '20 14:05 abmyii

also was not able to append DC information to list of states or territories after placing: os.environ["DC_STATEHOOD"]="1" before and after import of us in code Additionally, manually setting the variable in the script: DC_STATEHOOD=1 did not append it either

Derekma73 avatar Apr 03 '22 17:04 Derekma73