Joe Gillon
Results
1
issues of
Joe Gillon
usaddress.tag('1000 TRAVER CT 48105')[0] correctly yields => OrderedDict([('AddressNumber', '1000'), ('StreetName', 'TRAVER'), ('StreetNamePostType', 'CT'), ('ZipCode', '48105')]) Change the street, however, to usaddress.tag('1000 TIBBITS CT 48105')[0] and you get => OrderedDict([('AddressNumber', '1000'),...