Closed ishiland closed 7 years ago
Hello, Great resource, thanks for your work.
The following address: 1650 GRAND CONCOURSE,BRONX,10457
1650 GRAND CONCOURSE,BRONX,10457
Is parsed as: (OrderedDict([('AddressNumber', u'1650'), ('StreetName', u'GRAND'), ('PlaceName', u'CONCOURSE'), ('StateName', u'BRONX'), ('ZipCode', u'10457')]), 'Street Address')
(OrderedDict([('AddressNumber', u'1650'), ('StreetName', u'GRAND'), ('PlaceName', u'CONCOURSE'), ('StateName', u'BRONX'), ('ZipCode', u'10457')]), 'Street Address')
EDIT: looks like if you add NY to the string, the address is parsed correctly. I will close this issue and try and clean my data better.
NY
Hello, Great resource, thanks for your work.
The following address:
1650 GRAND CONCOURSE,BRONX,10457
Is parsed as:
(OrderedDict([('AddressNumber', u'1650'), ('StreetName', u'GRAND'), ('PlaceName', u'CONCOURSE'), ('StateName', u'BRONX'), ('ZipCode', u'10457')]), 'Street Address')
EDIT: looks like if you add
NY
to the string, the address is parsed correctly. I will close this issue and try and clean my data better.