ValueError: could not convert string to float: 'No_Match'
alueError Traceback (most recent call last)
C:\ProgramData\Anaconda3\Lib\site-packages\censusbatchgeocoder_init_.py in geocode(string_or_stream, **kwargs) 224 """ 225 obj = Geocoder(**kwargs) --> 226 return obj.geocode(string_or_stream)
C:\ProgramData\Anaconda3\Lib\site-packages\censusbatchgeocoder_init_.py in geocode(self, string_or_stream) 205 # Parse the latitude and longitude out of the coordinates response 206 if response_row['coordinates']: --> 207 response_row['longitude'], response_row['latitude'] = map(float, response_row['coordinates'].split(",")) 208 else: 209 response_row['longitude'], response_row['latitude'] = None, None
ValueError: could not convert string to float: 'No_Match'
Hi @abrathore09 Is this issue has been resolved? Because am also facing the same issue. If it resolved please provide me the solution
Thanks