pyzipcode icon indicating copy to clipboard operation
pyzipcode copied to clipboard

Why is the data not updated since 2004??

Open ushnish opened this issue 9 years ago • 0 comments

zipcode = zcdb[92395] Traceback (most recent call last): File "", line 1, in File "/Users/ushnishde/anaconda/lib/python2.7/site-packages/pyzipcode/init.py", line 167, in getitem raise IndexError("Couldn't find zipcode: '%s'" % zipcode) IndexError: Couldn't find zipcode: 'None'

But 92395 is a valid zipcode. There are other such examples, this data should be updated to at least 2010 onwards.

ushnish avatar Apr 19 '16 21:04 ushnish