I was following the instructions on GitHub - mneedham/yelp-graph-algorithms
I tried to run ```
python lat_long_expansion.py
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 4383: character maps to <undefined>
i did tried to add with open("dataset/businessLocations.json", "w",encoding='utf8',errors='ignore') as business_locations_json:
but still getting the error.
Hope someone can help me
I have read the similar post but they are not facing this prob but they have diff issue while importing yelp dataset in neo4j