Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-18-2019 06:38 AM
I was following the instructions on https://github.com/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
All the sessions of the conference are now available online